@charset "UTF-8";
/* CSS Document */

body {
	background-color:#265313;
	margin:0px; 
	height:100%; 
	width:100%;
}

a {
	color:#132A09;
	text-decoration:none;
}

a:hover {
	color:#33FF00;
	text-decoration:underline;
}


#footer {
	background-color:#3D821D;
	color:#132A09;
	text-align:center;
	padding:15px 0px;
}



