body {
	color: black;
	background: #ffa500;
	font-family: Verdana, Neue Helvetica, Helvetica, sans-serif;
}

h1,h2,h3 {
	color: #a52a2a;
	letter-spacing: 0.15em;
	line-height: 0.75em;
}

p,ul,ol {
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

p {
	font-size: 1.0em;
	padding: 0.4em;
}

div,h1,h2,h3,p,ul,ol {
	background-color: #FFD282;
	border-right: medium #8b4513 outset;
	border-bottom: thin #800000 outset;
}

h1 {
	font-size: 3.0em;
	border-bottom: 8px #a52a2a solid;
}

h2 {
	font-size: 1.5em;
	border-bottom: 5px #a52a2a solid;
}

h3 {
	font-size: 1.2em;
	border-bottom: 3px #a52a2a solid;
}

table {
	font-size: 1.0em;
}

TD, TH {
	border: 1px #b8860b solid;
}

TH {
	background-color: #b8860b;
}

TD {
	background-color: #FFD282;
}

.pubtitle { font-size: larger; } 

span.indent {
	text-indent: 1em;
}

A:link { color: #ff1493; }
A:visited { color: #800000; }
A:hover { color: #ffff00; }
A:active { color: #ff4500; } 

em.red {
	color: red;
}