body {
    margin: 0px;
    padding: 0px;
    font-size: 80%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #333;
    background-color: white;
}

h1 {
    font-size: 200%;
    color: #bbb;
}

h2 {margin: 0px;}

img {border: none;}

a:link {color: #09c;}
a:visited {color: #07a;}
a:hover {background-color: #eee;}
a#logo:hover {background: #fff;}

#content {
    margin-left: 220px;
    margin-right: 50px;
    padding: 10px;
}

#nav {
    position:absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    padding: 10px;
    font-size: 120%;
}

#nav ul {list-style: none;}
#nav li {margin-bottom: 0.5em;}
#nav a {text-decoration: none;}

#footer {
    font-size: 90%;
    padding-left: 10px;
    clear: both}

