body {
	font-size: 12pt;
	color: black;
	font-family: Arial, sans-serif;
	background-color: white;
}

h1 {
	text-align: center;
}

td {
	font-size: 12pt;
	color: black;
	font-family: Arial, sans-serif;
	background-color: white;
}

a:link {
	color: blue;
}

a:hover {
	color: black;
	background-color: #ccffcc;
}

a:active {
	color: black;
	background-color: #ccffcc;
}

a:visited {
	color: navy;
}

.small {
	font-size: smaller;
}

.fixed {
	font-family: monospace;
}

.warn {
	color: red;
	font-weight: bold;
}
