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


body {
	background-image: url();
	background-color: #000000F;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}



a:link {color: #FFFFFF; text-decoration:none}     /* unvisited link */
a:visited {color: #FFFFFF}  /* visited link */
a:hover {color: #CCCCCC; text-decoration:underline }   /* mouse over link */
a:active {color: #990000}   /* selected link */