
a:link
{
	color: #FFFFFF;
	font-family: bold;
}
a:visited
{
	color: #FFFFFF;
	font-family: bold;
}
body
{
	background-color: #212900;
	color: #E6D49F;
	font-size: 11pt;
}
.Header
{
	width: 800px;
	height: 180px;
	background-image: url(forest_top.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 10px;
}
.Profile
{
	background-image: url(forest_profile.gif);
	background-repeat: no-repeat;
	width: 310px;
	height: 80px;
	color: #000000;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.Middle
{
	width: 780px;
	background-color: #432F0B;
	border: solid thin #000000;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
}
.BlogPost
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border: solid thin #000000;
	background-color: #301F05;
}
.BlogBody
{
	width: 780px;
	background-color: #432F0B;
	border: solid thin #000000;
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.Footer
{
	width: 790px;
	background-color: #432F0B;
	border: solid thin #000000;
	text-align: center;
	margin-bottom: 10px;
	color: #FFCC00;
	padding: 5px;
}
