A
   {COLOR: #990000;
    TEXT-DECORATION: none;
    image: mailbutton.gif}

A:hover
   {COLOR: #990000;
    TEXT-DECORATION: underline}

BODY
   {COLOR: 009900;
    BACKGROUND-COLOR: #ffffcc;
    SCROLLBAR-FACE-COLOR: #990000;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffcc;
    SCROLLBAR-SHADOW-COLOR: #ffffcc;
    SCROLLBAR-ARROW-COLOR: #ffffcc;
    FONT-FAMILY: Arial;
    SCROLLBAR-BASE-COLOR: #ffffcc;
    scrollbar-3d-light-color: #990000;
    scrollbar-dark-shadow-color: #FFFFCC}

P
   {FONT-Size: 15}

#navcontainer { width: 130px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 130px;
background-color: #990000;
}

#navcontainer a:link, #navlist a:visited
{
color: #eeee1c;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #cc6666;
color: #eeee1c;
}