html {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;

	/* Forces vertical scrollbar in Mozilla */
	min-height: 100%;
	margin-bottom: 0.01em;
}


body {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;

	font: normal 14px "Century",sans-serif;
	background: #96D596;
}


table {
	background: #FFFFFF;
}


h1 {
	color: #327332;
	font: bold 18px "Century",sans-serif;
}


/* Link styles */
a:link {
	color: #327332;
	font: bold 14px "Century",sans-serif;
	text-decoration: none;
}


a:visited {
	color: #327332;
	font: bold 14px "Century",sans-serif;
	text-decoration: none;
}


a:hover {
	color: #A9B0C2;
	font: bold 14px "Century",sans-serif;
	text-decoration: none;
}

