body
{
	background: #191970;
	color: white;
	font-family: Tahoma, sans-serif;
}

.button
{
	background: #ffa500;
	color: blue;
	padding: 5px;
	text-decoration: none;
}

.button:hover
{
	color: #009;
}

.head
{
	text-align: center;
}

.footer
{
	font-size: smaller;
	text-align: center;
}

a
{
	color: white;
}