body {
	background-color: #FFF5DC;
}
a:hover {
	color: #F47836;
}

.navbar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #F47836;
	padding-right: 20px;
	text-align: center;
}

.bodycopy_serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF5DC;
	font-weight: bolder;
	font-size: medium;
	padding: 10px 20px 10px 144px;
	text-align: center;
}
a:link {
	color: #F47836;
	text-decoration: none;
}
a:visited {
	color: #f47836;
}
a:active {
	color: #f47836;
}
.bodycopysans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF5DC;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	line-height: normal;
}
.background {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a.special:link {
	color: #FFF5DC;
	text-decoration: none;
	font-weight: bold;
    }

a.special:visited {
     color: #FFF5DC;
     }

a.special:hover {
     color: #F47836;
     }

a.special:active {
     color: #FFF5DC;
     }