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