a:link {
	color: #000000;
	text-decoration: none;
	font-weight: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: none;
}

a:active {
	color: blue;
	font-weight: none;
}

a:hover {
	text-decoration: underline;
	font-weight: none;
}

body {
	position: absolute;
	left: 0;
	top: 0;
	font-family: Verdana, arial, helvetica;
	font-size: 8 pt;
	font-weight: none;
}