body {
    background-color: black;
    color: white; 
    font-family: 'Arial';
    font-size: 16px;
    src: url("/fonts/RetGanon.ttf");
background-image: url("images/checker.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    cursor: url('/panthers.cur'), auto;	   

    margin: 0 auto;
    width:750px;
}


hr {
    border: 0;
    clear:both;
    display:block;
    width: 96%;               
    background-color:white;
    height: 1px;
  }
.header {
    height: 200px;
    width: 750px;
    background-color: black;
    border-width:2px;
    border-color: dodgerblue;
    border-style: solid;
    
}
a {
    color:Dodgerblue
}

.body {
    width: 750px;
    height:auto;
    background-color: black;
    border-width:2px;
    border-color: dodgerblue;
    border-style: solid;
    margin: 0 auto;

}

.contents {
    float: right;
    position: fixed;
    height: 200px;
    width: 50px;
    border-width:2px;
    border-color: dodgerblue;
    border-style: solid;
}

.infobox {
    height: 40px;
    width: 600px;
    background-color: black;
    margin-left:00px;
    margin-top:-20px;
}

hr {
    border: 1px DodgerBlue
}

#toc_container {
    background: Black none repeat scroll 0 0;
    border: 2px solid DodgerBlue;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 20px;
    position: fixed;
margin: 0 auto;
margin-left: 770px;
width: 250px;
}

.toc_title {
    font-weight: 700;
    text-align: center;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
}