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

body {
	background-color:#000000;
	margin:0px;
	overflow:auto;
}
a:link, a:visited, a:active{
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:none;
	color:#555555;
}
a:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:underline;
	color:#666666;
}