body {
	background: White;
	color: Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	margin-top: 50px;
	text-align: center;
}

.content {
	border: thin;
	border-color: #5583BE;
	border-style: solid;
	text-align: left;
	padding: 10px;
	width: 600px;
	margin-bottom: 10px;
	}

.menu {
	text-align: center;
	font-weight: bold;
}

.menu a {
	color: Gray;
	text-decoration: none;
}

.menu a:hover {
	color: #5583BE;
	text-decoration: underline;
}

.footer {
	text-align: center;
	margin-top: 10px;
}