a:link,a:visited,a:active
{	
	text-decoration: underline; color:rgb(0,0,255);

}
a:hover 	
{
	text-decoration: underline; color:rgb(0,0,255); font-weight: bold; font-size:10pt;

}