<!--

body
	{
	background-image: url("images/background.gif");
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Arial;
	}
input, select, textarea
	{
	background-color: #5FC077;
	border: 1px solid #006633;
	margin-top: 2px;
	}
a, a:link, a:visited
	{
	color: #64420F;
	text-decoration: underline;
	}
a:active, a:hover
	{
	color: #A16409;
	text-decoration: none;
	}
.greenbox
	{
	background-color: #00B33A;
	padding: 2px;
	}
.postTitle
	{
	font-weight: bold;
	text-decoration: underline;
	}
.postDate
	{
	font-style: italic;
	}
.postContent
	{
	padding-left: 10px;
	}
.smallnav
	{
	font-size: 16px;
	}
.smallnav img
	{
	vertical-align: middle;
	}
.smallnav a, .smallnav a:link, .smallnav a:visited
	{
	color: #663300;
	text-decoration: none;
	}
.smallnav a:active
	{
	color: #006633;
	text-decoration: none;
	}
.smallnav a:hover
	{
	color: #003300;
	text-decoration: none;
	}
	
//-->