body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #210E13;
	margin: 0px;
}
.navbar {
	background-image: url(images/nav-bar.jpg);
	background-repeat: repeat-y;
}
.content {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-variant: small-caps;
	color: #4C141B;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFE38C;
}
h3 {
	font-size: 11pt;
	color: #DCC26E;
}

.bigletter {
	font-size: 16pt;
	font-weight: bold;
}
.tdsubtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #333333}

a:link, a:visited {
color:#400040;
text-decoration:underline;
}

a:hover, a:active {
color:#FFCC66;
text-decoration:none;
}