body {
	font-family: sans-serif;
	font-size: 10pt;
/*	max-width: 640px;*/
}

#container {
	max-width: 550px;
	margin: 0 auto;
	
}

#header {
	border-bottom: solid 2px #d00;
	height: 2.5em;
}
#header h1 {
	margin: 0;
	float: left;
}
#header p {
	margin: 0;
	text-align: right;
}
#header a {
	color: black;
}
h2 {
	clear: both;
	padding-bottom: 2px;
	border-bottom: solid 1px #d00;
}
a {
	text-decoration: none;
}
hr {
	color: white;
	background-color: white;
	height: 0;
	border: none;
	border-top: dashed 1px #d00;
}
.note {
	font-size: 0.9em;
}
fieldset {
	border: dashed 1px #999;
}