body {
  font-family: "Times New Roman",
        Times, Georgia, serif;
  color: black;
  background-color: #f4f2dc }
h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif; 
  font-size: .7em;
  margin-left: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #800000 }
h2 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif; 
  font-size: 1.15em;
  margin-left: 10px;
  color: #003366 }
h3 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif; 
  font-size: .9em;
  display: inline;
  color: #003366 }
h4 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif; 
  font-size: .7em;
  display: inline;
  color: #003366 }
h5 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif; 
  font-size: .7em;
  color: #000000 }
h6 {
  font-family: Bookman Old Style, Times, serif; 
  display: inline;
  color: #000000 }
a:link {
  color: #800000 }
a:visited {
  color: #00264d }

#navlist {
position: absolute;
left: 10px;
top: 270px;
width: 110px;
}
#navlist ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: .9em;
}
#navlist li {
margin: 0;
}
#navlist a {
display: block;
padding: 2px 2px 2px 24px;
border: 0px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #f4f2dc;
background-image:  url(assets/down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
color: #800000;
text-decoration: none;
}

/* you can combine the last two rules if you wish */

#navlist a:hover, #navlist a:active {
background-color: #eeebc9;
background-image:  url(assets/over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #800000;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #f4f2dc;
background-image:  url(assets/over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #000000;
}
-->
</style>


