.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #F2EED2;
	width: 87%;
	text-align: left;
	margin: 7px;
	padding: 7px;
}
body {
	background-color: #000000;
}
.firstletter {
	text-transform: capitalize;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
.image_right {
	float: right;
	border: 2px solid #3A3C26;
	padding: 9px;
	margin: 19px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-weight: bold;
	color: #00CC33;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.image_right_noborder {
	float: right;
	padding: 1px;
	margin: 1px;
}
