@charset "utf-8";
#header {
	clear: none;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 25px;
}
#body {
	float: none;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
h1 {
	text-align: center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 24pt;
	font-weight: bold;
}
p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12pt;
}
.errortxt {
	color: #C90003;
	font-style: italic;
}
