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


body{
	background-color:black;
	color:white;
	font-family:Verdana, "Georgia", Times, serif;
	font-size:13px;
}

table{
}

.style1 {	color: #95aB3C;
	font-weight: bold;
	font-size: 12px;
	fon
}

a:link {color:#959F72; text-decoration:none;}
a:visited {text-decoration: none; color:#959F72;}
a:active {text-decoration: none; color:#959F72;}
a:hover {text-decoration: underline; color: #959F72;}
