
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: Maroon;
}

H1 {
  font-size: 14pt;
  font-weight: bold;
}

table {
	background: #FFF8DC;
	line-height: 15pt;
}


A {
	color: Maroon;
	text-decoration: none;
	font: bold;
}


a:hover {
	color: Gray;
}
