/* CSS Document */

body {
	
	}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #733408;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	}	
p {
	font-size: 14px;
	}
a:link {
	color:#663300;
	text-decoration: underline;
	font-weight: bold;
	}	
a:visited {
	color: #330000;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #330033;
	text-decoration: none;
	font-weight: bold;
	}		

.nav td {
	font-size: 10px;
	color: #FFFF66;
	font-weight: bold;
	}
	
.nav a:link {
	color: #F9F3EE;
	font-weight: bold;
	text-decoration: none;
	}
	
.nav a:visited {
	color: #F9F3EE;
	font-weight: bold;
	text-decoration: none;
	}	
	
.nav a:hover {
	color: #FFFF66;
	font-weight: bold;
	text-decoration: underline;
	}	
hr {
	color: #660000;
	}

