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

body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
}
a {
     font-size: 12px;
     color: #669966;
     font-weight: bold;
}
a:link {
     text-decoration: none;
}
a:visited {
     text-decoration: none;
     color: #669966;
}
a:hover {
     text-decoration: underline;
     color: #669966;
}
a:active {
     text-decoration: none;
     color: #669966;
}
body {
	background-color: #000000;
}


