body {
    background-color: rgb(80, 80, 80);
}

img.logo {
    position: absolute;
    left: 10px;
    top: 2px;
    border-width: 0px;
}

div.header {
    position: fixed;
    top: 0px;
    background-color: rgb(80, 80, 80);
    width: 100%;
    height: 110px;
    z-index: 10;
}

div.menu {
    position: fixed;
    top: 110px;
    width: 10em;
    z-index: 1;
}

li.menu {
    background-color: rgb(70, 70, 70);
    padding-bottom: 10px;
}

ul.menu {
    background-color: rgb(50, 50, 50);
    color: rgb(50, 50, 50);
}

a.menu:link {
    color: rgb(255, 255, 0);
}

a.menu:visited {
    color: rgb(200, 200, 0);
}

a.menu:hover {
    color: rgb(150, 150, 0);
}

a.menu:active {
    color: rgb(255, 255, 0);
}

div.content {
    position: absolute;
    top: 110px;
    left: 13em;
    color: rgb(0, 255, 0);
    z-index: 0;
    width: 50em;
}

img {
    border: 0px;
}

span.projectname {
    font-style: italic;
}

a:link {
    color: rgb(0, 255, 0);
    font-weight: normal;
}

a:visited {
    color: rgb(255, 255, 0);
    font-weight: normal;
}

a:hover {
    color: rgb(0, 150, 0);
    font-weight: normal;
}

a:active {
    color: rgb(255, 255, 0);
    font-weight: normal;
}
