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

a:link {
	color: #930;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}

body, td, th {
	color: #900;
	background-color: #000000;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}