body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F7D5;
}
.heading {
	font-size: x-large;
	color: #800000;
	font-weight: bold;
	font-family: "Lucida Calligraphy";
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #800000;
}
.subheading {
	font-size: medium;
	font-family: "Lucida Calligraphy";
	line-height: normal;
	color: #800000;
	font-weight: bold;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
.footer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
.footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
.footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
.footer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
#navcontainer {
	width: 195px;
	background-color: #FFD44C;
}

#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	line-height: 25px;
	letter-spacing: 0.5px;
}

#navcontainer a
{
	display: block;
	padding: 0px;
	width: 195px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	letter-spacing: 0.5px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #222E48;
	text-decoration: none;
	letter-spacing: 0.5px;
	font-weight: bold;
}

#navcontainer a:hover
{
	background-color: #FFE8A2;
	color: #666666;
	letter-spacing: 0.5px;
}

