body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin: 0px;
	background-position: top;
	background-color: #8b0000;
}
.content {
	color: #FFFFFF;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
}
a {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.bigtext {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
	color: #FFFFFF;
}

ul.spreadOut li{
	padding-bottom: 10px;
	font-size:11px;
}
.highlight {
	color: #E7C160;
	font-weight: bold;
}