body {
	background-color: #EDD5C8;
	color: #322927;
	}

p.nav {
	text-align: left;
	}

.imgborder { border: solid #BAC8D8; }

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330000;
	text-align: center;
	font-size: 14px;
	}

/*  links */
a:link, a:visited, a:active {
	color: #069;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	}
a:hover {
	color: #09c;
	}
a.leftlinks:link, a.leftlinks:visited, a.leftlinks:active {
	color: #069;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	}
a.leftlinks:hover {
	color: #09c;
	}

