
body {
    font-family: sans-serif;
    background-color: white;
    color: black;
    font-size: 13px;
}

table {
    border-collapse: collapse;
    width: 800px;
    margin: 0 auto 1em;
    font-size: 13px;
}

td {
    word-break: break-word;
    padding: 2px;
    vertical-align: top;
    border: 2px solid #000;
}
.tablecont {
    table-layout: fixed;
}

.tablecont td {
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word; 
}

/*a {
    text-decoration: none;
    color: inherit;
}*/

.tabletitle {
    background-color: #FFFFCC;
}
.special_contents{
    color: #FF0033;
    font-weight: bold;
}
.contentstitle {
    background-color: #CCFFCC;
    text-align: center;
}

.chapter-row{
    background-color: #CCFFFF;
}
.pagetitle {
    width: 800px;
    margin: 2em auto 1em;
    padding: 0.2em 0.1em;
    background-color: #666666;
    color: white;
    font-weight: bold;
    font-size: 16px;
}