a:link {
	color: #79A242;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	color: #4E494F;
}
a:visited {
	color: #807875;
}
a:hover {
	color: #C23E39;
}
a:active {
	color: #999;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #807875;
	background-image: url(images/tree_green_background.jpg);
	background-color: #87B045;
	background-repeat: no-repeat;
}
table {
	background-color: #790E23;
	width: 150px;
}
.container {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: medium double #666;
	margin-top: 40px;
}
h1 {
	color: #59AD3A;
	text-align: center;
}
.imageBorder {
	border: 3px ridge #C03;
	padding: 10px;
	background-color: #C7C7C7;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.main_content {
	padding-right: 20px;
	padding-left: 20px;
}

table, th, td
{
	background-color: #933;
	text-align: center;
}
li  {
	display: inline;
	list-style-type: none;
}
 
li a {
	background-color: #FFF;
	color:#000;
	padding:5px;
	text-decoration:none;
}
 
li a:hover {
	/* This rule is only in effect when mouse is hovering */
    background-color: #59A934;
	color: #FFF;
}
.footer {
	background-image: url(images/SilhouetteForest.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
