body{
font-family:sans;
width:60%;
margin:auto;
}

img{
border:0px;
}

h1{
text-align:center;
margin:10px;
}

h2{
color:#aad400;
}

h3{
color:#88aa00;
}

a{
color:#88aa00;
font-weight:bold;
text-decoration:none;
}

#footer{
text-align:center;
font-size:10px;
}

form{
	width:50%;
	margin:auto;
}

input{
	text-align:center;
	border:3px solid #88aa00;
	size:45px;
	width:60%;
	height:50px;
	font-weight:bold;
}

.submit{
	background-color:#aad400;
	width:30%;
}

