BODY {
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}

A {
	color: black;
	text-decoration: none;
}

A:VISITED {
	color: black;
	text-decoration: none;
}

A:HOVER {
	color: red;
	text-decoration: none;
}