html, body {
    color: #424242;
    font-family: sans-serif;
    font-size: 12px;
}

a {
    color: #1B446F;
}

a:hover {
    color: #0B2847;
    text-decoration: none;
}

#json {
    display: none;
}

.b {
    font-weight: bold;
}

.cb {
    clear: both;
}

.h1 {
    color: #A40F24;
    font-size: 15px;
    font-weight: bold;
}

.h2 {
    color: #A40F24;
    font-size: 13px;
    font-weight: bold;
}

.h3 {
    color: #1C5997;
    font-size: 12px;
    font-weight: bold;
}

.line {
    border-top: 1px dashed #CCCCCC;
    margin: 10px;
}

.alert {
    background-color: #FFFF99;
    border: 1px solid #CCCCCC;
    margin: 4px;
    padding: 4px;
}