body {
	background-color: #F8E8BD;
}

.nav-left {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	color: #003366;
	background-color: #efd5a2;
	font-size: 16px;
	font-weight: 400;
	text-indent: 5px;
	padding-top: 10px;
	list-style-type: disc;
	list-style-position: outside;
}



.body {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	color: #003366;
	font-size: 16px;
	font-weight: 300;
	text-indent: 5px;
	background-color: #FFFFFF;
}

.body-bold {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	color: #003366;
	font-size: 18px;
	font-weight: 500;
	text-indent: 5px;
	background-color: #FFFFFF;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366; text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:active {
	color: #A52A2A;
	text-decoration: none;
}
.nav-bar {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003366;
	background-color: #FFFFCC;
	text-align: center;
}
