body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 2px;
}
h1 {
	margin-bottom: 2px;
	font-size: 36px;
	font-weight: bold;

}
h2 {
	margin: 2px;
	font-size: 18px;
	font-weight: bold;
}
p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.smalltext {
	font-size: 10px;
}
a:hover { color: #CC0000 }
.hidden {
	visibility: hidden;
}

