<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* style.css - a simple style sheet */
body {
  margin-left: 10%; margin-right: 10%;
  color: black; background: white;
}
body { font-family: sans-serif; }
h1,h2 { font-family: Garamond, "Times New Roman", serif; }
table {
  margin-left: -0%;
  font-family: Verdana, sans-serif; 
  background: white;
  border-width: 0;
  border-color: white;
}
td { font-family: sans-serif;  }
pre { font-family: monospace; }
em { font-style: italic; font-weight: bold; }
strong { text-transform: uppercase;  font-weight: bold; }
p { text-indent: 0em; margin-top: 0; margin-bottom: 12; }
div.box { border: solid; border-width: thin; width: 100% }
:link { color: rgb(0, 0, 153) }  /* for unvisited links */
:visited { color: rgb(153, 0, 153) } /* for visited links */
a:active { color: rgb(255, 0, 102) } /* when link is clicked */
a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */

#navcontainer { width: 200px; }
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}
#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

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