body {
	font-family: georgia;
	/* background-color: #FF9933; */
	}
	
dt {
	font-weight: bold;
	}
	
dd {
	margin-bottom: 15px;
	}
	
#logo {
	position: relative;
	font-family: georgia, serif;
	font-size: 36pt;
	font-weight: bold;
	color: #008000;
	background-color:#85C329;
	}

#logo a:link, #logo a:visited {
	color: #008000;
	text-decoration: none;
}
	
h1 {
	font-size: 36pt;
	margin: 0px;
	}
	
.shadow {
	color: #ffff00;
	position: absolute;
	top: 2px;
	left: 2px;
	}

#today {
	font-size: 10pt;
	}

#title {
	color: #85C329;
	}
	
#page_nav {
	width: 200px;
}

.navbutton {
	background-color: #FFD600;
	margin-bottom: 5px;
	text-align: right;
	}
.navbuttonHighlight {
	background-color: #74A8F5;
	margin-bottom: 5px;
	text-align: right;
	}
	
	
.nbTxt a {
	text-decoration: none;
	}
.nbTxt a:link {
	color: black;
	}
.nbTxt a:visited {
	color: black;
	}
.nbTxt a:hover {
	color: #0000ff;
	text-decoration: underline;
	}

	
.nbTxt {
	padding: 3px;
	padding-right: 6px;
	}

.linkSubtitle {
	display: block;
	font-size: 75%;
	}

