body {
	background-color: #F9F9E4; /* LGO beige */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* IE hack */
}
table { font-size: 100%; /* IE hack */ }

input, td, th {font-size:100%; /* IE hack */ }


body a:link {
	text-decoration: none;
	color: blue;
}
body a:visited {
	text-decoration: none;
	color: blue;
}
body a:hover {
	text-decoration: none;
	color: red;
}
body a:active {
	text-decoration: none;
	color: blue;
}

h1 {
	font-variant: small-caps;
	color: #FF0000;
}
h2 {
	color: gray;
}
#hh3 {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.25;
}
h3 {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0px 0px 16px;
}
#footer {
	font-size: .75em;
	margin-top: 36px;
}