body {
	background: #7755A2;
	text-align: center;
	margin: 0 auto;
}

.wrapper {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 550px;
}

.nav {
	font-family: times new roman;
	font-size: 10.5pt;
	color: F3DA5B;
}

.mainbox {
	padding: 10 0 0 5;
	text-align: left;
	font-family: lucida;
	font-size: 18pt;
	color: white;
}

.footer {
	height: 10px;
	color: F3DA5B;
	font-size: 9pt;
}

a:link, a:visited, a:active {
	color: F3DA5B;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}