body
{
    background: grey;
    font-family: arial;
}

#nav
{
    float: left;
    width: 130px;
    position: relative;
    z-index: 1;
    top: 20px;
    left: 10px;
    background: lightgrey;
    overflow-x: hidden;
    padding: 8px 0;
    border: 1px black;
}
#nav a
{
    font-weight: bold;
    text-decoration: none;
}
#nav a:link { color: black; }
#nav a:visited { color: darkgray; }
#nav a:hover { color: blue; }

#log
{
    text-align: center;
}
