BODY {
	background: #FAFAD7;
	color: black;
	font-family: sans-serif;
}

A {
	color: darkblue;
	text-decoration: underline;
}

H1 {
	font-family: serif;
}

TH {
	font-style: italic;
	font-weight: bold;
	background: #E0E0C0;
}

