body {
	background-color: #FFFFCC;
}

h2 { 
	font-family : "sans-serif";
	text-align: center;
	font-size : 13.0pt;
	margin-top : 5px;
	margin-bottom : 0;
}

/* The "this year is over" box for top of each page */
div.over {
	border: 1px solid black;
	margin: 0;
	padding: 5px;
	background-color: #e0e0e0;
}
div.over p {
	font-style: italic;
	font-size: x-small;
	color: black;
	margin: 3px;
	padding: 0;
}
