body { 
	background-color: #FBEFFB;
	text-align: left;
	font-family: Arial, sans-serif;
	text-align: center;
	color: black;
	font-size: normal;
}

a:link{ 
	color: #4B8A08;
}
a:visited{ 
	color: #4B8A08;
}
input, select {
	border: 1px solid #4B8A08;
	background: #D8D8D8;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
input:hover, select:hover{
    border: 1px solid #D8D8D8;
    background: white;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.header {
	background-color: #4B8A08;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.body {
	text-align: left;
	padding: 5px;
}

.footer {
	background-color: #4B8A08;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}