html, body {
	font: 12px Arial;
	text-align: left;    /* per IE6- */
	width: 100%;
	background-color: white;
	background-repeat: repeat-x;
	margin-top: 0px;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	text-align: center;
	font: 11px verdana;
	color: black;
	margin: 3px 0px 3px 0px;
}
.spacer {
	clear: both;
	height: 5px;
}