/* headers */
h1 {
	font-size: 36pt;
}

#footer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	margin: 0 10px 0 5px;
	height: 50px;
	float: left;
}

.hidden h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	margin: 2px 0 0.5em 0;
}

/* links */
a { color: #0d5655; }
a:hover { text-decoration: none; }

#navBar a { text-decoration: none; font-weight: bold; }
