body  { color: black; font-family: Helvetica, Arial, sans-serif; background-color: white; margin: 20px; padding: 0 }


#header {
	margin-left: 155px;
}


#page-content {
	margin-left: 175px;
	width: 700px;
	
	font-size: 12pt;
	line-height: 150%;
}


h1, h2 {
	text-align: center;
	margin-top: 1.5em;
}


h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
}

a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0a0a0a;
}