/* CSS definition file containing sitestyle stylesheets */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #000;
	font-weight: bolder;
}

table { font-family: verdana, helvetica;
        font-size: 11px;
}

a:link {
	color: #0F0;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0F0;
	text-decoration: none;
}
a:hover {
	color: #F00;
	font-weight: bold;
}
a:active {
	color: #0F0;
	font-weight: bold;
	text-decoration: none;
}
