@CHARSET "ISO-8859-1";
body
{
	background-color:#0668AF;
	padding:15px;
	align-content:center;
}
h1
{
	font-family:Arial;
	color:green;
}
h2
{
	color:green;
}
h3
{
	font-family:Arial;
	font-style:italic;
	color:green;
}
fieldset
{
	color:green;
	text-align:left;
	display:inline-block;
}
form
{
	color:green;
	text-align:center;
}
label
{
	font-family:Arial;
	padding:10px;
}
div
{
	padding:15px;
	border-radius:25px;
}
#logo
{
	width:500px;
	height:100px;
	margin-left:225px;
	margin-right:475px;
}
#main
{
	margin:auto;
	width:950px;
	min-height:950px;
	background-color:white;
	align-content:center;
}
.footer
{
	text-align:center;
}
ul
{
	list-style-type:none;
	font-family:Verdana sans-serif;
	font-size:16px;
	color:grey;
}