body
{
	text-align: center;
}

form
{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

ul
{
	margin: 0;
	padding: 0;
}

ul li
{
	list-style: none;
}

form fieldset
{
	border-radius: 10px;
}

form fieldset legend
{
	text-align: center;
}

a
{
	color: blue;
	text-decoration: none;
}

p#footer
{
	font-size: 0.7em;
}
