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

body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	margin-left: 0px;
	margin-top: 0px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #000000;
}
link {
	color:#CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
a:link {
	color: #990000;
	text-decoration: none
}
 a:active { color: #FF0000; text-decoration: none }
 a:visited {
	color: #990000;
	text-decoration: none
}
 a:hover {
	color: #996600;
	text-decoration: none
}
 
