body 
{background-color: white;
color: black;margin-top: 5; margin-left: 0;}

a:link {color:purple;}
a:visited {color:blue;}
a:active {color:red;} a:hove {color:blue;}
h1 {color: navy; margin-top: o; margin-left: 17%;}
h2 {color: navy; margin-top: o;}
h3 {color: navy; margin-top: o; margin-left: 17%;}
#top {margin-bottom: 10; width: 100%;}


#content 
{
position: relative;
margin-left: 22%;
margin-right:6%;

}

#navcontainer
{ 
position: fixed;
left: 0px;
top: 0px;
width:15%;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}
#navcontainer li { margin: 0; }
#navcontainer a
{
display: block;
padding: 3% 1%;
width: 120%;
color: black;
background-color: FFFFCC;
text-decoration: none;
border-top: 1px solid white;
border-left: 1px solid white;
border-bottom: 1px solid black;
border-right: 1px solid black;
font-weight: bold;
font-size: .8em;
}

#navcontainer a:hover
{
color: black;
background-color:CCFFCC;
text-decoration: none;
border-top: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid white;
border-right: 1px solid white;

}
#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 3% 1%;
width: 120%;
color: black;
background-color: CCFFCC;
text-decoration: none;
font-weight: normal;
}
#navcontainer ul ul a:hover
{
color: black;
background-color: white;
text-decoration: none;
}

#foot
{float: center;
margin-left: 21%;
margin-right:6%;

}