H1.headerA {
    font-size: 180%;
    background-color: green;
    color: white;
    padding: 5px 5px 5px 20px;
    margin: 0px 0px 10px 0px;
}
H2.sub_header {
    font-size: 140%;
    line-height: 100%;
    font-style: italic;
    border-style: solid;
    border-width: 0 0 2px 0;
    margin: 10px 0px 10px 20px;
}

DIV.content {
    line-height: 160%;
    margin: 0 0 0 40px;
}

.red {
    color: #FF0000;
}

.blue {
    color: #0000FF;
}

.bold {
    font-weight: bold;
}
