body {
 margin: 10px 10px 10px 250px;

 background-image: url(../img/zak.jpg);
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: 10px 10px;

}

#table-of-contents {
    position: fixed;
    left: 0px;
    top: 300px;
    font-size: 85%;
}

#table-of-contents h2 {
    display:none;
}

#table-of-contents ul {
    list-style: none; 
    margin: 0px 0px 0px 15px; 
    padding: 0px;
}

h1 {
    color: #505050;
}

h2 {
    color: #757575;
    border-bottom: 1px solid #C0C0C0;
}

h3 {
    color: #858585;
}
