.text h2 {
    font-size: 160%;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.text h3 {
    font-size: 110%;
    letter-spacing: 0;
    margin: 10px 0 5px 0;
    font-weight: bold;
}

.text p {
    line-height: 24px;
    margin-bottom: 10px;
}

.text ul {
    font-size: 14px;
    list-style: disc;
}

.text ol {
    font-size: 14px;
    list-style: decimal;
}

.text li {
    line-height: 24px;
    margin-left: 40px;
}

.text .u {
    text-decoration: underline;
}

.text .bu {
    font-weight: bold;
    text-decoration: underline;
}

.text .bi {
    font-style: italic;
    font-weight: bold;
}

.text .bblue {
    font-weight: bold;
    color: blue;
}

.legal {
    padding: 0 30px 30px 30px;
}

.text table.avail {
    width: 100%;
    margin-top: 10px;
}

.text table.avail td, .text table.avail th {
    padding: 3px 5px 3px 0;
}

.text table.avail th {
    font-weight: bold;
    border-bottom: 1px solid black;
}
