body { 
background:#FFFFEC;
color:#000000;
font-family:arial,sans-serif,verdana,geneva;
}
p,td,ul,li 
{
font-family:arial,sans-serif,verdana,geneva;
font-size:12px;
}
h1
{
color:#000066;
font-size:28px;
background:transparent;
}
h2
{
color:#000066;
font-size:24px;
background:transparent;
}
h3
{
color:#000066;
font-size:22px;
background:transparent;
}
h4
{
color:#000066;
font-size:20px;
background:transparent;
}
h5
{
color:#000066;
font-size:16px;
background:transparent;
}
h6
{
color:#000066;
font-size:14px;
background:transparent;
}
a:link {
color:#000066;
background:transparent;
}
a:visited {
color:#000066;
background:transparent;
}
a:hover {
color:#660099;
background:#33FF00;
}
a:active {
color:#000066;
background:transparent;
}
#navcontainer { width: 125px; }

#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: 120px;
background-color: #036;
border-bottom: 1px solid #eee;
}

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

#navcontainer a:hover
{
background-color: #CCCCFF;
color: #000000;
}
