/*body, td {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}*/

.td_parent /* archive border color*/ {
    padding: 6px 6px 6px 6px;
    border: 1px solid #AD2C3E;
}

.td_childtop /* archive volume number bg */ {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    background-color: #f3f3f3;
    color: #715CAF;
}

.td_pubtype /* abstract type bg */ {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: #f3f3f3;
    color: #00aded;
}

.td_topic /*header bgcolor */ {
    font-family: 'Roboto', sans-serif;
    color: #C64348;
    font-size: 15pt;
    border-bottom: 1px solid #C64348;
    margin-top: 0px;
    padding-top: 0px;
}

.sp_year {
    font-weight: bold;
    padding-left: 2px;
}

.sp_volume {
    font-weight: bold;
    padding-left: 2px;
}

.sp_pages {
}

.smalltur {
    font-weight: bold;
}

.smalleng /* abstract english title color */ {
    color: #330000;
    font-weight: bold;
}

a /* word color connected to a link */ {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #ab291b;
}

    a:hover {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        text-decoration: none;
        color: #396196;
    }
