@charset "UTF-8";

/* CSS Document */

*html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small;
}
a:link, a:visited {
	color: #284907;
}
a:hover, a:active {
	color: #284907;
	background-color: #ffefc7;
}
.credit {
	font-size: 85%;
	font-style: italic;
	text-align: left;
}
.dropcap {
	float:left;
	color:#382513;
	font-size:300%;
	font-family: Georgia, Times, serif;
	vertical-align: top;
	padding-right: 4px;
}
.leftimage {
	float:left;
	margin-right: 10px;
	border-width:0px;
}
.rightimage {
	float:right;
	margin-left:10px;
	border-width:0px;
}
.body-copy {
	font-size: 120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.border{
	border:1px solid #333640;
}

