.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 20px 10px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #60000E;
}

.bodytext a:link {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
.bodytext a:visited {
	color: #00CCFF;
	font-weight: bold;
	page-break-after: auto;
	text-decoration: none;
}
.bodytext a:hover {
	color: #00CCFF;
	font-weight: bold;
	text-decoration: underline;
}

.mainlinks {
	font-family: "Times New Roman", Times, serif;
	background-color: #8B5D50;
	color: #FFFFFF;
	border-right: 10px solid #8B5D50;
	border-left: 10px solid #8B5D50;
	font-weight: bold;

}

.mainlinks a:link {
	text-decoration: none;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8B5D50;
	border-left-color: #8B5D50;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8B5D50;
	text-align: center;
	display: block;
}
.mainlinks a:visited {

	text-decoration: none;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8B5D50;
	border-left-color: #8B5D50;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8B5D50;
	text-align: center;
	display: block;
}
.mainlinks a:hover {

	text-decoration: none;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #60000E;
	border-left-color: #60000E;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #60000E;
	text-align: center;
	display: block;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	background-color: #8B5D50;
	text-align: center;
	padding-bottom: 3px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	page-break-after: auto;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.image {
	padding: 10px;
}
.bodytitle {
	text-transform: capitalize;
	color: #FFFFCC;
	text-decoration: underline;
}
h3 {
	color:#339999;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	}