/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; line-height:20px;
	color:#333;
}
.caption { 
	font-size:10px;
	font-style:italic;
}
.photoborder {
	border:1px solid #000;
	padding:3px;
	float:right;
	margin-left:10px;
}
a {
	color: #889e2a;
	text-decoration:underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
h1 {
	font-size: 30px;
	line-height: auto;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
}
h2 { 
	font-size:24px;
	margin-bottom:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:bold; 
}
h3 { 
	font-size:18px;
	margin-bottom:4px; 
	color:#000;
	font-weight:bold;
}

