@charset "iso-8859-1";
/* CSS Document */
body  {
	background-color:#000000;
	color:#FFFFFF;
	font-size:14px;
	font-family:"times new roman, Arial, Tahoma";
	
}

a:link {
	color: #FFFFFF;;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

