body {
	margin: 0 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
	background: gray;	
}

#page {
	width: 800px;
	background: white;
	margin: 0 auto;
	border: 2px solid #b0c4de;
	padding: o auto;
}

h1 {
	text-align: center;
	margin: .1em;
}

#navigation {
	font-size: 1.25em;
	font-weight: bold;
	background-color: #b0c4de;
	padding: 10px o;
	clear: left;
	text-align: center;
	margin-top: 0;
	}

#navigation a {
	border-right: 2px solid black;
	color: black;
	padding: 0 20px;
	text-decoration: none;	
}

#navigation a.current {
	color: red !important;	
}

#navigation a.first {
	border-left: 2px solid black;
}

#navigation a:active { color: fuchsia; }
#navigation a:hover { color: white; }

#email {
	text-align: center;
}

label {
	float: left;
	width: 8em;
	margin-left: 1em;
}

#buttons {
	margin-left: 20em;
	margin-bottom: .5em;
}

h3 {
	text-align: center;
}


	