body
{
	font-family: "Verdana", Arial, Sans-Serif;
	color: Black;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}

a:link
{
	font-family: "Verdana", Arial, Sans-Serif;
	color: Blue;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}

a:visited
{
	font-family: "Verdana", Arial, Sans-Serif;
	color:Blue;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a:active
{
	font-family: "Verdana", Arial, Sans-Serif;
	color: Blue;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}



