/* CSS Document */

A:link
{ 
   color: #336699;
   text-decoration:underline;
   font-weight: normal;
   }
   
A:visited
{
	
	color:#CC9933;
	text-decoration:underline;
	font-weight: normal;
 	
}

A:hover 
{
   	text-decoration: underline;
	color:#3399FF;
	text-decoration:underline;
	font-weight: normal;
}
