body {
	background-color : #000000;
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : center;
}

.sm{
	color : #696969;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : normal;
	text-align : center;
}

A:link{
	color: #00C700;
	text-decoration: none;
	font-weight: bold;
}

A:visited{
	color: #009700;
	text-decoration: none;
	font-weight: bold;
}

A:hover{
	color: #00C000;
	background-color: #D0D0D0;
	text-decoration: none;
	font-weight: bold;
}