﻿body {
	background-color: #A2BD4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
#wrapper {
	margin: 0px auto 0px auto;
	width: 900px;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 4px;
}
#footer a {
	color: #495720;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
}
#footer a:hover {
	color: #495720;
	text-decoration: underline;
	font-size: x-small;
	font-weight: bold;
}
