BODY {
	background-color: #880022;
	margin-top: 8;
	margin-left: 8;
	font-family: Arial;
	font-size: 10pt;
	color: gold; 
	}
H1 { 
	font-size: 18pt;
	color: gold; 
	font-weight: bold;
	}
A:link {
	color: yellow;
	text-decoration:none;
	}
A:visited {
	color: gold;
	text-decoration:none;
	}
A:hover {
	color: #00FF00;
	text-decoration:underline;
	}
A.obvious:link {
	font-family: Arial;
	font-size: 10pt;
	color: yellow;
	text-decoration:underline;
	}
A.obvious:visited {
	font-family: Arial;
	font-size: 10pt;
	color: gold;
	text-decoration:underline;
	}
A.obvious:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #00FF00;
	text-decoration:underline;
	}
TD {
	color: gold;
	background-color: #880022;
	}
