/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	background-color: White;
	margin: 0px;
	padding: 0px;
}

a
{
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
