BODY
{

	font-family: Arial;
}
A:visited
{
	font-size: 10pt;
	color: black;
	text-decoration: none;
	background-color: transparent;
}


A:link
{
	font-size: 10pt;
	color: black;
	text-decoration: none;
	background-color: transparent;
}

A:hover
{
	font-size: 10pt;
	color: black;
	background-color: white;	
	text-decoration: none;
	background-color: #FAD403;
}

A:active
{
	font-size: 10pt;
	color: black;
	background-color: transparent;
	text-decoration: none;
}
