body {
	background-color: #fff0bb;
}

h2 {
	font-family: "comic sans MS" sans-serif;
	font-size: medium;
	color: maroon;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 10px 0;
}
.head {
	font-size:10pt; 
	margin-bottom:0; 
	font-weight:bold;
}
p {
	margin-top:0; 
	margin-bottom:5;
}
.note {
	font-size:8pt; 
}

.title {
	font-size:13pt; 
	margin-top:5px; 
	margin-bottom:0px;
}
.box {
	border:thin solid black; 
	padding:5px; 
	background-color:white;
}

/* FAQ */
.section {
	font-weight:bold; 
	margin-top:6px; 
	margin-bottom:0px;
}
.q {
	font-style:italic; 
	color:darkblue; 
	margin-top:2px; 
	margin-bottom:0px; 
	margin-left:15px;
}
.a {
	margin-top:1px; 
	margin-bottom:7px; 
	margin-left: 30px;
}

/* The "this year is over" box for top of each page */

div.over {
	border: 1px solid red;
	margin: 0;
	padding: 5px;
	background-color: #e0e0e0;
	width: 90%;  /* 100% causes problem in IE5 */
	margin-left: 5%;
}
div.over p {
	font-style: italic;
	font-size: x-small;
	color: black;
	margin: 0;
	padding: 5px;
}


