
 	a:  {
 		color : #5bffe7;
 		text-decoration : normal;
 	}



 	a:unknown  {
 		color : #5bffe7;
 		text-decoration : none;
 	}


	a:vlink  {
		color: #9966ff;
 		text-decoration : none;

	}

 
	a:link  {
		color: #6699ff;
 		text-decoration : none;

	}

 
 	a:hover  {
 		color : #ff0000;
 		text-decoration : none;
 	}
 	
<STYLE TYPE="text/css">
A.standard:link
{
    COLOR: #0000ff;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.standard:visited
{
    COLOR: #0000ff;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
</STYLE>
