body { color: #000000; background-color: #FFFFCC; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px }

/*HEADERS*/

h1 { font-family: "Palatino Linotype", "Times New Roman", Serif; color: #FFFFCC; text-align: center }

h3 { font-family: "Palatino Linotype", "Times New Roman", Serif; color: #000000}

h4 { font-family: "Palatino Linotype", "Times New Roman", Serif; color: #FFFFCC; text-align: center; margin-left: 10px; margin-right: 10px }

h5 { font-family: "Palatino Linotype", "Times New Roman", Serif; color: #000000; text-align: center; margin-left: 10px; margin-right: 10px }

h5.navlinks { font-family: "Palatino Linotype", "Times New Roman", Serif; color: #FFFFCC; text-align: center; margin-left: 10px; margin-right: 10px }

h5.toc { font-family: "Palatino Linotype", "Times New Roman", Serif; color: #000000; text-align: left; margin-left: 10px; margin-right: 10px }

/*H5 class="navlinks" is only used to control the color of the punctuation between the navigation links at the top of the page; used together with SPAN class="navlinks", which is used on the links themselves and inserts underlining (see below).*/

h5.caption { font-family: "Palatino Linotype", "Times New Roman", Serif; color: #FFFFCC; text-align: center; margin-top: 3px; margin-bottom: 3px }

h6 { font-family: "Palatino Linotype", "Times New Roman", Serif; color: #000000; text-align: center }

/*BODY TEXT*/

p { font-family: "Arial Unicode MS", Arial, Sans-Serif; color: #000000; text-align: justify; font-size:1em }

p.quote { font-family: "Arial Unicode MS", Arial, Sans-Serif; color: #000000; font-style: italic; text-decoration: none; margin-left: 50px; margin-right: 50px; text-align: justify; font-size: 1em }

p.refs { font-family: "Arial Unicode MS", Arial, Sans-Serif; color: #000000; margin-left: 30px; text-align: justify; font-size:1em }

p.refs:first-letter { margin-left: -30px }

p.endnote { font-family: "Arial Unicode MS", Arial, Sans-Serif; color: #000000; text-decoration: none; text-align: justify; font-size: 1em; }

table.figure { font-family: "Arial Unicode MS", Arial, Sans-Serif; color: #000000; font-size:.75em; font-weight: bold; }

table.textbox { font-family: "Arial Unicode MS", Arial, Sans-Serif; color: #FFFFCC; font-size:1em }

/*SPANS, DIVS, OTHER STUFF*/

a:link { color: #000000 }

span.navlinks { color: #FFFFCC;  background-color: #000000; text-decoration: underline }
/*This is only for the links at the top of the page, right beneath the title.*/

span.toc { color: #000000; text-decoration: underline }

span.dropcap { font-family: "Palatino Linotype", "Times New Roman", Serif; color: red; float: left; text-align: center; font-size: 47pt; line-height: 54px; width: 1em; font-weight: bolder }

span.dropcapsmall { font-family: "Palatino Linotype", "Times New Roman", Serif; color: #000000; font-size: 125%; font-weight: bolder }

span.reversecolor { color: #FFFFCC }

span.endnote { font-family: "Arial Unicode MS", Arial, Sans-Serif; vertical-align: top; font-style: normal; font-size:.75em; }

span.picnote { color: #FFFFCC;  background-color: #000000; font-family: "Arial Unicode MS", Arial, Sans-Serif; vertical-align: top; font-style: normal; font-size:.75em; text-decoration: underline; }

div.center_img { margin-left: auto; margin-right: auto; border-style: solid; border-color: #000000; border-width: 4px; text-align: center; background-color: #000000; color: #FFFFCC; font-family: "Arial Unicode MS", Arial, Sans-Serif; font-size: .75em }

/*For centered images, remember to set width in the DIV tag in the document.*/

div.left_img { float: left; border-style: solid; border-color: #000000; border-width: 4px; margin-right: 8px; text-align: center; background-color: #000000; color: #FFFFCC; font-family: "Arial Unicode MS", Arial, Sans-Serif; font-size: .75em }

div.right_img { float: right; border-style: solid; border-color: #000000; border-width: 4px; margin-left: 8px; text-align: center; background-color: #000000; color: #FFFFCC; font-family: "Arial Unicode MS", Arial, Sans-Serif; font-size: .75em }

div.center_text { text-align: center; padding: 10px; background-color: #333333; color: #FFFFCC; font-family: "Arial Unicode MS", Arial, Sans-Serif; text-align: justify; font-size: 1em }

div.left_text { float: left; margin-right: 8px; padding: 10px; background-color: #333333; color: #FFFFCC; font-family: "Arial Unicode MS", Arial, Sans-Serif; text-align: justify; font-size: 1em }

div.right_text { float: right; margin-left: 8px; padding: 10px; background-color: #333333; color: #FFFFCC; font-family: "Arial Unicode MS", Arial, Sans-Serif; text-align: justify; font-size: 1em }

/*For text boxes, remember to set width (IE doesn't currently support max-width property).*/

