﻿body 
{
	background-color: Black;
}
span.standard
{
	font-family: Arial, Verdana;
	font-size:10pt;
	color: White;
}
a:link 
{
	font-family: Arial, Verdana;
	font-size:10pt;
	color:white; 
	text-decoration:none;
}
a:visited 
{
	font-family: Arial, Verdana;
	font-size:10pt;
	color:white; 
	text-decoration:none;
}
a:active 
{
	font-family: Arial, Verdana;
	font-size:10pt;
	color:white; 
	text-decoration:none;
}
a:hover 
{
	font-family: Arial, Verdana;
	font-size:10pt;
	color:white; 
	text-decoration:underline;
}


