body {
	text-align: center;
	background-color: #003300;
	min-width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #003300;
	background-color: #CCCC99;
}
a:active {
	color: #0099FF;
}

div#header {
	width: 100%;
	margin-bottom: 5px;
	background-color: #003300;
}
div#content {
	text-align: left;
	background-color: #FFFFFF;
	width: 788px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
div#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background-color: #003300;
}
div#footer {
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
}
.orange {
	color: #996633;
}
.highlight {
	background-color: #FFFF00;
}
/* This class aligns the text to center */

.center {
	text-align: center;
	}