body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: white;
	background: white;
	font-family : Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}

#page {
	margin: 1em auto;
	width: 746px;
	color: black;
	background: white;
	border: 1px solid white;
}

#topsquare {
	height: 50px;
	border: 1px solid black;
	background: white;
}

#header {
	text-align: left;
	padding: 1em 1em;
	background: white;
	color : #333333;
	font-variant: small-caps;
	font-family : Times, "Times New Roman", serif;
	font-size: 25px;
	font-weight: bold; 
}

#main {
	margin: 0;
	padding: 3em 1em 10em 1em;
	color: black;
	background: white;
	text-align: center;
	border: 1px solid black;
	font-size: 12px;
}

#main h1 {
	color : #333333;
	font-variant: small-caps;
	font-family : Times, "Times New Roman", serif;
	line-height: 2pt;
	font-size: 18px;
	font-weight: bold; 
}
