BODY, P, UL, LI, body, p, ul, li {
	background: #fff8dc;
	color: #a0522d;
 	font-style: normal;
 	font-variant: normal;
	font-family: Arial, Helvetica, Swiss, sans-serif;
}

HR, hr {
	color: #cd5c5c;
	clear: both;
}

H3, h3 {
	background: #fff8dc;
	color: #cd5c5c;
	font-weight: bold;
	font-family: "Lucida Sans Typewriter", "Courier New", Courier, monospace;
	text-align: center;
	margin-top: 2em;
	clear: both;
}

PRE, pre {
	float: left;
	color: black;
	display: block;
	clip: auto;
	font-weight: bold;
	font-family: "Lucida Sans Typewriter", "Courier New", Courier, monospace;
	white-space: pre;
	border-width: thin;
	border-color: brown;
	border-style: double;
	padding: 2ex;
}

LI.GRADE, li.grade {
	padding-top: 1em;
}

A:link, a:link {
	color: #8b4513;
	text-decoration: underline;
}

A:visited, a:visited {
	color: #b8860b;
	text-decoration: underline;
}

A:active, a:active {
	color: #8b4513;
	text-decoration: underline;
}

A:hover, a:hover {
	color: #ffd700;
	text-decoration: underline;
}

/*
 * Divisions:
 */

#validity {
	clear: both;
	padding-top: 5px;
	text-align: right;
}

/*
 * Images, icons, etc.:
 */

#validity img {
	vertical-align: top;
	border: 0px none;
}

