A:link
{
   	font-family: Arial; 
   	font-size: 10pt;
   	color: #000088; 
	text-decoration: underlined;
}

A:visited
{
	font-family: Arial;
	font-size: 10pt;
	color: #000066;
	text-decoration: underlined;
}

A:active
{
	font-family : Arial;
	font-size : 10pt;
	color : #0000AA;
	text-decoration : underlined;
}

A:hover
{
	color : red;
	text-decoration: none;
}




