a:link
{
	color: #0000ff; 
	text-decoration : none;
	font-size : 10pt;
	font-weight: normal;
}
a:visited
{
	color: #0000ff; 
	text-decoration : none;
	font-size : 10pt;
	font-weight: normal;
	} 
a:active 
{
	color: #0000ff;
	text-decoration : none;
	font-size : 10pt;
	font-weight: normal;
	}
a:hover
{
	color: #0000FF;
	text-decoration : underline;
	font-size : 10pt;
	font-weight: normal;
}
