body {
	background-color: #CCC;
	color: black;
	margin: 10px;
	padding: 0;
	font-family: Verdana, Tahoma, san-serif;
	font-size: .7em;
}
a, a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover, a:focus { text-decoration: underline; }
h1 { font: .7em bold Verdana, Tahoma, san-serif; }
a.nav, a:visited.nav {
	text-align: center;
	font: bold 1em Verdana, Tahoma, san-serif;
	color: #FFF;
	text-decoration: none;
}
a.nav:hover, a.nav:active {
	color: #FFF;
	text-decoration: underline;
}
input, textarea {
	border: 1px solid #000;
	font-size: 8pt;
}
.button {
	background: #000;
	color: #FFF;
	font-size: 1em;
}