a:link
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline; 
} 
a:active 
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;}
a:hover 
{
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

body
{
	font-family: Helvetica, Arial;
	color: #ffffff;
        font-size: 11px;
}

table
{
	font-family: Helvetica, Arial;
	color: #ffffff;
        font-size: 12px;
}

h2 
{
        color: #ffffff;
        font-size: 11px;
}