body {background-color: #FFFFDD} 
h1 {color: maroon;font-family: sans-serif;font-size: 20pt}
h2 {color: maroon;font-family: sans-serif;font-size: 16pt}
h3 {color: maroon;font-family: sans-serif;font-size: 13pt} 
h4 {color: maroon;font-family: sans-serif;font-size: 18pt; text-shadow: 0.2em 0.2em 0.2em #666; }
hr {color: navy;font-family: sans-serif} 
p {margin-left: 10px;font-family: sans-serif;font-size: 11pt}
ul {font-family: sans-serif;font-size: 11pt}
a:link {color: green} 
a:visited {color: darkgreen} 
a:hover {color: black} 
a:active {color: blue}
a.menu
{
float: left;
width: 6em;
color: white;
text-decoration: none;
background-color: gray;
padding: 0.2em 0.6em;
border-right: 1px solid white;
border-bottom: 1px solid white;
font-family: sans-serif;
font-weight:bold;
font-size: 12pt;
opacity: 0.75;
-moz-opacity: .75;
filter: alpha(opacity=75);
}
a.menu:hover
{
color: white;
background-color: maroon;
}
p.left
{
margin-left: 1px;
float: left;
width: 7.5em;
color: white;
text-decoration: none;
background-color: green;
padding: 0.2em 0.6em;
border-right: 1px solid white;
border-bottom: 1px solid white;
font-family: sans-serif;
font-weight:bold;
font-size: 11pt;
opacity: 0.75;
-moz-opacity: .75;
filter: alpha(opacity=75);
}

table.sl
{
font-family: sans-serif;
font-size: 11pt;
border-width: 1px;
border-spacing: 2px;
border-style: outset;
border-color: #E0E0E0 #606060 #606060 #E0E0E0;
border-collapse: separate;
empty-cells: show;
}
table.sl th
{
border-width: 1px;
padding: 1px;
border-style: inset;
border-color: gray;
text-align: left;
color: tan;
background-color: maroon;
}
table.sl td
{
border-width: 1px;
padding: 1px;
border-style: inset;
border-color: #606060 #E0E0E0 #E0E0E0 #606060;
}
