body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #000077;
}

h2 {
	font-size: 25px;
	font-weight: bold;
	color: #990000;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

p {
	font-size: 13px;
	font-weight: normal;
	margin: 0.3em 0em 0.3em 0em;
	color: #000000;
}

.current {
	background-color: #FFFFaa;
}
.notCurrent {
	background-color: #FFaaaa;
}
