/* Global */
body {
    font-family: book antiqua, palatino, times, serif;
	font-size: 120%;
	background: #665500;
	color: #eeffff;
	margin: 0.2em; }
h1,h2,h3 {
	text-align: center;
	color: #d6b200;
}
h1 {
	font-size: 2.2em;
	margin-top: 0.3em;
	margin-bottom: 0.1em; 
}
h2 {
	text-align: left;
	margin-left: 0.5em;
	font-size: 1.5em;
	margin-top: 0.3em;
	margin-bottom: 0.0em; 
}
strong {
	/* color: #ffffdd; */
	font-size: 110%;
	/* font-style: italic; */
	font-weight: bold; }
p {
	margin: 0.8em; }
p.body {
	text-indent: 2.5em; }
p.announce {
	text-align: center; }

ul,ol,li {
	margin-top: 0.2em;
	margin-bottom: 0.2em; }
th {
	background: #cccccc; }
a {
	color: #ffcc99;
	text-decoration: underline; }
a:hover {
	color: #ff9966;
	text-decoration: underline; }
a:active {
	color: #ffffdd;
	text-decoration: underline; }
a:visited {
	color: #ffffdd;
	text-decoration: underline; }

img {
	border: 0px;
	margin-bottom: 0.3em; }
img.left {
	float: left;
	margin: 0px;
	margin-right: 0.5em; }
img.right {
	float: right;
	margin: 0px;
	margin-left: 0.5em; }
