@charset "UTF-8";
/* CSS Document */

*,html,body {margin:0px;padding:0px;}
body {
	width:300px;
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

a {
	margin-top:20px;
	display:block;
}

a:link, a:visited, a:active {
	font-family: "Trebuchet MS", sans-serif;
	font-size:10px;
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}
