BODY {
	margin: 0px;
	color: White;
}

H1 {
	color: White;
}

A {
	color: White;
	font-size: 10pt;
	text-decoration: none;
}

A:active {
	text-decoration: none;
	font-weight: normal;
}

A:hover {
	text-decoration: underline;
	font-weight: normal;
}

A:focus {
	text-decoration: none;
	font-weight: normal;
}

TR {
	background-color: #000066;
}