body { color: #D8A13E; background-color: black; }
div.centered { text-align: center; }
a.black:link { color: black; }
a.black:visited { color: black; }
h1, h2 { color: olive; }
table.menu {
	color: black;
	background-color: olive;
	font-family: "Monotype Corsiva", sans-serif;
	font-size: 1.3em;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
p {
	font-family: "Monotype Corsiva", serif;
	line-height: 150%;
	}
span.date {
	color: #CCFF33;
	font-family: "Monotype Corsiva";
	font-weight: bold;
	}
p.emph {
	padding: 0.4em;
	border-left: solid;
	border-right: solid;
	border-top: none;
	border-bottom: solid;
	border-width: thin;
	border-color: olive;
    	}
div.margined {
	margin-left: 10%;
	margin-right: 10%;
	}
em {
	font-weight: bold;
	font-size: 120%;
	}
a.plain {
	text-decoration: none;
	}
.imaged {
	background-image: url(images/image572.jpg);
	backround-color: black;
	}
.em2 {
	font-weight: bold;
	font-size: 130%;
	}