body {
font-family:Courier;
font-size:16px;
color:#333;
}

p {
width:80%;
}

li {
list-style-type:disc;
line-height:120%;
}

h1 {
font-family:Courier;
font-size:18px;
font-weight:700;
color:#000;
}

h2 {
font-family:Courier;
font-size:18px;
font-weight:700;
color:#000;
border-bottom:1px solid #C6EC8C;
}

:link {
color:#006;
text-decoration:underline;
font-weight:700;
}

li :link {
color:#006;
text-decoration:none;
font-weight:700;
}

:visited {
color:#197;
text-decoration:underline;
font-weight:700;
}

li :visited {
color:#197;
text-decoration:none;
font-weight:700;
}

:hover {
color:#636;
padding-bottom:5px;
font-weight:700;
text-decoration:underline;
}

li :hover {
display:block;
color:#636;
padding-bottom:5px;
font-weight:700;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#006;
}

:active {
color:#f06;
font-weight:700;
}

#navigation {
position:absolute;
z-index:10;
width:200px;
height:950px;
margin-top:-15px;
margin-left:20px;
border-right:2px solid #006;
font-weight:400;
}

#main {
position:absolute;
z-index:20;
margin-top:50px;
margin-left:260px;
padding:0 0 20px 20px;
}
