<style>
Body
{
    background-color: white;
	}
}

A:link  {
    text-decoration:    none;
	font-weight: bold;
    color:  #C5A842;
}

A:visited   {
    text-decoration:    none;
	font-weight: bold;	
    color:  #BBFC08;
}

A:active    {
    text-decoration:    none;
	font-weight: bold;	
    color:  #C5A842;
}

A:hover {
    text-decoration:    underline;
	font-weight: bold;	
    color:  #BBFC08;
}	
Table
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: #3A4F06;
}
</style>
