a:link
{
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a:visited
{
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline; 
} 
a:active 
{
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;}
a:hover 
{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
body
{
   	font-family: Helvetica, Arial;
	background-color: #333333;
	color: #003300;
    font-size: 14px;
}
table
{
    background-color: #333333;
    text-align: left;
    font-size: 14px;
}