<STYLE TYPE="text/css">

/* For some reason, the first style in the 
document is ignored, so this is just 
a placeholder */
body    { background-color: white}

/* entire document styles */
body         { background-color: #e7debd}
body.main    { background-color: #e7debd}

/* header styles */
h1 	{ color: #f2770f; font-size: 24pt; font-family: arial, sans-serif; font-weight: 900 }
h2	{ color: #f2770f; font-size: 18pt; font-family: arial, sans-serif; font-weight: 700}
span.header3	{ color: #484545; font-size: 10pt; font-family: arial, sans-serif; font-weight: 700}

/* paragraph and text styles */
p	{ font-size: 10pt; font-family: arial, sans-serif; font-weight: normal }
span.warning	{ color: red }
span.footer     { align: center; font-size: 8pt; font-family: arial, sans-serif; font-weight: normal }
span.signature    { font-size: 10pt; font-style: italic; font-weight: 700}
span.comment    { font-size: 10pt; font-style: italic; color: #f2770f}
span.datetime    { font-family: courier; font-size: 10pt font-style: normal}
span.title	{ font-size: 10pt; font-weight: 700}
span.epigraph   { font-size: 8pt; align: right; font-style: italic}

/* div styles */
div	{width: 650}
div.poem { font-size: 10pt; font-family: arial, sans-serif; font-weight: normal; font-style: italic }
div.essay { font-size: 10pt; font-family: arial, sans-serif; font-weight: normal; font-style: normal }

/* table styles */
td	{ font-size: 10pt; font-family: arial, sans-serif; font-weight: normal; vertical-align: top}
td.main-menu-cell {text-align: center; width: 130px; background-color: #e0cb78 }

/* Link styles */
a.toc { font-size: 10pt; font-family: arial, sans-serif; font-weight: 500; text-decoration: underline }
A:link { color: #f27113; font-weight: 500; text-decoration: none }
A:visited, span.menutext  { color: #9f9a8b; font-weight: 500; text-decoration: none } 
A:active { font-weight: 600; text-decoration: none }
A:hover { font-weight: 600; text-decoration: none }

/* image styles */
img     { border: none }

</STYLE>