body {
background-color: #EEE;
margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
font-family: Arial;
color: #101;
}

#content {
position: absolute;
left: 5px;
top: 75px;
margin-left: 210px;
border: 2px solid #000;
padding-top: 10px;
padding-bottom: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
font-size: 90%;
}

#content strong {
font-weight: bold;
color: #101;
}

#content h1 {
text-align: center;
color: #202;
}

#content dl {
padding-left: 2%;
}

#content dt {
font-weight: bold;
color: #101;
}

#content table {
width: 80%;
padding: 3px;
border: 2px solid #333;
}

#content tr, td, th {
text-align: center;
border: 1px solid #333;
}

#nav {
width: 175px;
position: absolute;
left: 10px;
top: 75px;
border: 2px solid #000;
padding: 8px;
background-color: #EEE;
color: #101;
font-size: 110%;
background-image: url(Images/shroom.png);
background-repeat: repeat-y;
}

#nav h1 {
font-size: 95%;
color: #000;
}

#nav h2 {
font-size: 80%;
color: #101;
}

#nav ul {
margin-top: -5px;
margin-bottom: 5px;
list-style: none;
}

#nav li {
font-size: 80%;
margin-left: -25px;
margin-right: 10px;
}

#nav a:link, #nav a:visited {
color: #202
}

#nav a:hover {
font-weight: bold;
color: #404;
}

p {
font-family: arial;
color: #101;
}

