body {
	background: #oooooo;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
p {
font-size:10pt;
font-family:Arial, Helvetica, sans-serif;
}
h1  {
font-family: verdana,geneva,arial,helvetica,sans-serif;
font-size:14pt;
color:#FFFFFF;
}
h3, h6 {

    margin: 0;

    font-weight: normal;

}

a:link {
color:#000066;
text-decoration:none;
font-weight:bolder;
background:transparent;
}

a:visited {
color:#003399;
text-decoration:none;
font-weight:bolder;
background:#transparent;
}
a:hover {
color:#800000;
text-decoration:none;
font-weight:bolder;
background:#C0C0C0;
}
a:active {
color:#800000;
text-decoration:none;
font-weight:bolder;
background:#99CCFF;
}
}

#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: 4px;

width: 180px;

background-color: #FFFFFF;

border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;

text-decoration: none;

font-weight:bold;
}

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

ul,li {
font-size:8pt;
font-family:verdana,geneva,helvetica,arial,sans-serif;
text-align:left;
}