a {
	color: #003333;
	font-weight: bold;
}

a:hover {
	color: #990000;
}

h1 {
 	font-size: 20px;
	text-decoration: underline;
}

h2 {
 	font-size: 18px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

body {
	background: #999933;
	color: #000000;
	font: bold 14px Perpetua, "Times New Roman", Times, serif;
	margin: 0px;
}

.accent td {
	background: #990000;
	font: bold 18px Papyrus, "Times New Roman", Times, serif;
	color: #999933;
}

.bodytext {
	background: #669999;
	padding: 0px 0px 10px 0px;
	}
	
.special {
	color: #990000;
	font: bold 16px Perpetua, "Times New Roman", Times, serif;
}

.navigation a {
	color: #ccffcc;
	display: block;
	font: bold 16px Perpetua, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	text-align: left;
}

.navigation a:hover {
	background:  #99cc99;
	color: #993300;
}

.navigation td {
	background:#669966;
	border: 2px solid #999966;
	border-top: 0px;
}

.subnavigation td {
	border-bottom: 2px solid  #999966;
	background: #ccffcc;
	border-top: 0px;
	}
	
.subnavigation  a {
	font: bold 16px Perpetua, "Times New Roman", Times, serif;
	color: #669966;
	display:block;
	padding: 5px 10px 5px 5px;
	text-decoration: none;
	text-align: right;	
	}
	
.subnavigation a:hover {
	background: #99CC99;
	color:#993300;
	}