body {
	background-color: #FBC16A;
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h2 {
	font-size: 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF9900;
	font-variant: small-caps;
}
h6 {
	font-size: 16px;
	font-variant: small-caps;
	text-align: center;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	text-transform: lowercase;
	text-align: center;
}
a:link, a:visited {
	color: #9D0000;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
.lowlight {
	color: #CC6600;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}