@charset "iso-8859-1";
/* CSS layout */

body {
	color: #82783a;
	font-family: Georgia, "Times New Roman", Times, serif;}

h2 {
	font-size: 18px;}
		
h3 {
	font-size: 16px;}
	
img {
	border: 0px;}
	
.sidebar {
	font-size: medium;
	text-align: center;}
.sidebar a:link {
	text-decoration: underline;
	color: #ffffcc;}
.sidebar a:visited {
	text-decoration: underline;
	color: #ffffcc;}
.sidebar a:hover {
	text-decoration: underline;
	color: #9999cc;}
.sidebar a:active {
	text-decoration: underline;
	color: #9999cc;}
