body {
    background-color: #ededed;
    opacity: 1;
    background-attachment: scroll;
    background-image:url("../images/tree_drawing-thick_white.svg"); 
    background-size: 2048px 2048px;
}
h1,h2,h3,h4,h5  {
    font-family: 'Inconsolata', monospace;
    font-weight: bold;
}

h1 {
    color: #666666;
    font-size: 48pt;
}

p,ul,li {
    #font-family: 'Gentium Book Basic', serif;
    font-family: 'Inconsolata', monospace;
    font-weight: normal;
    color: #000000;
    font-size: 12pt;
}

#logo {
    position: relative;
    margin: 12 auto;
    padding-top:68px;
    margin-bottom:50px
}

#logo img {
    position:absolute;
    top: 0;
    left:256;
}



#logo img.top:hover {
    opacity:0;
}
