body {
    background: #FFF;
    color: #222;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 125%
}

a {
    color: #861224;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #861224;
    color: #000;
}

img,
a img {
    border: 1px solid #000;
    margin: 10px;
}

table {
    font-size: 12px;
}

#Wrapper {
    margin: 0 auto;
    padding: 30px;
    text-align: left;
    width: 800px;
}

#Logo {
    text-align: center;
}
    #Logo img {
        border: 0;
    }

.toTOC {
    float: right;
    font-size: 12px;
    font-weight: normal;
}
    .toTOC span {
        font-size: 80%;
    }


h1,
h2,
h3,
h4 {
    border-bottom: 1px dotted #616161;
    clear: both;
    line-height: normal;
    margin-top: 2em;
}

img.inline {
    border: 0;
    margin: 0;
}
