<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Styles */
html,body{margin:0;padding:0}
body{font: 70% Arial, Verdana, serif, sans-serif; background-color:#ffa500;}

/* TEXT STYLES */
p{padding:0 5px 0px; font-size: 1em; line-height: 1.3em; letter-spacing: 1px;}
h1 { font-size: 2.5em; color:#FFFFFF; font-family:Bookman Old Style; margin-top: 0;  text-transform:uppercase; letter-spacing: 1px;}
h2 { font-size: 2em; color: #79B30B; line-height: 1.3em; letter-spacing: -1px;}
h3 { font-size: 1.5em; color:  	#0000ff;}
h4 { font-size: 1.25em; color: #452;}
h5 {font-size: 1.5em; font-weight:bold;}
h6 { font-size: 2em; color:#6e1010; font-family:Bookman Old Style; margin-top: 0;  text-transform:uppercase; letter-spacing: 1px;}
h1,h2,h3,h4,h5 {padding:0 5px 0px;}
#navigation p, #extra p {color:#fff;}
a:link { color: #000; text-decoration:none;padding:1px;}
a:visited {color: #000; text-decoration:none; }
a:hover {color: #A8D74A; }
acronym {border-bottom: 1px dotted #b71; cursor:help; } 
label.header {font-size:larger; color: #b71; font-weight:bold; text-transform:uppercase; margin-bottom: 0; padding-bottom:0; } 
   /* label.header is the label for the search box but can be used for other forms by using class="header" in a label */
form,submit { padding:0; margin:0; } /* removes extraneous padding around the form */
code { border: 1px dotted #b71; border-left: 3px solid #b71; background-color: #dda; padding: 1em; margin-left: 3ex; color:#742;}
blockquote { border: 1px solid #b71; background-color: #dda;  margin: 3ex; font-style:italic;}

</pre></body></html>