body {
    font-family:'georgia', serif;
    font-size:12px;
}
content {
    height:100%;
    margin:35px 0 0 300px;
    top:20px;
}       
.img-container span.backgrounded a, #img-container a.thickbox, #img-container a.thumb-img, #img-container #d-col1 a {
    background:transparent none repeat scroll 0 0;
}
.container {
    padding:20px 15px 25px 20px;
}
content p {
    font-family:'georgia', serif;
    margin-left:12px;
    margin-bottom:9px;
    width:638px;
}
menu {
    bottom:0;
    height:100%;
    left:30px;
    overflow:auto;
    position:fixed;
    top:15px;
    width:200px;
}

p {
    font-family:'georgia', serif;
    margin-left:12px;
}

img{
    display: none;
    max-height: 900px;
    max-width: none;
}

.hideme {
    display: inline;
}

.extra-text {
    display: none;
    margin-left:20px;
    font-style: normal;

}

h1{
   font-family:'georgia', serif;
    font-style: bold;
    font-size:24px;
    margin-left:12px;
    padding:12px;
}

h2 {
    font-family:'georgia', serif;
    font-style: italic;
    font-size:8px;
    margin-left:12px;
    margin-bottom:12px;
}

pre:hover{
    background-color: rgb(255, 0, 0);
}

pre:active{
    background-color: rgb(242, 255, 0);
}


button {
    border: none;
    padding: none;
    background-color: inherit;
    width: 100%;
    text-align: left;
    margin-left:12px;

}
button:hover {
    background-color: rgb(255, 0, 0);

}
