.bodytext {
	font-family: Georgia, "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #bfbfbf;
	text-align:justify;
	padding-right: 20%;
	padding-left: 20%;
	line-height: 130%;
}

.small {
	font-size: 11px;
	color: #bfbfbf;
	line-height: 130%;
}

.characters {
	font-family: Georgia, "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #bfbfbf;
	line-height: 130%;
}

a:link {
	color: #f0f0f0;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

.dropcap { 
	float:left; 
	font-size:62px; 
	line-height:40px; 
	padding-top:6px;
	padding-right:3px;
	margin-left:-3px;
}