#mainbox {
	margin: 4px;
	padding: 10px 12px 4px 10px;
	width: 960px;
	background-position: center top;
	border: 0.08em solid #9C6376;
	background-color: #FFF0FF;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009966;
	font-weight: bold;
}
#headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC6699;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC6699;
	font-style: italic;
}
.allcaps {
	text-transform: uppercase;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #009966;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #339966;
}
a:hover {
	text-decoration: none;
	color: #339966;
}
a:active {
	text-decoration: underline;
	color: #339966;
}
