BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

A:LINK {
	color: Blue;
	text-decoration: none;
}

A:VISITED {
	color: Green;
	text-decoration: none;
}

A:HOVER {
	color : Yellow;
	text-decoration : none;
	background : Black;
}

H1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

