a
{
    text-decoration: none;
}
a:link
{
	color: rgb(0,102,153); 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
a:hover 
{
	color: rgb(255,255,0);
}