a {
	color: #e58e00;
}
a:visited {
	color: #990a0c;
}
a:hover {
	color: #5f9c70;
}
address {
	font-style: normal;
}
.address {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
body {
	background-color: #aaa;
	font-family: 'Times New Roman', Times, serif;
	font-size: 11pt;
}
#content {
	background-color: #faefd9;
	margin: auto;
	padding: 1em;
	width: 650px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
sup {
	font-size: 67%;
	vertical-align: top;
}
.notice {
	background-color: #ff9;
	border-color: #fc3;
	border-style: solid;
	border-width: 1px;
	font-size: 14pt;
	font-weight: bold;
	margin: 0 1em 1em 0;
	padding: 0.5em;
}