.typography p, .typography td, .typography th {
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 12px;
    text-align: justify;
}

.typography a {
    color: #660000;
    border-bottom: 1px #660000 dotted;
    text-decoration: none;
}
.typography a:hover {
    border-bottom: 1px #660000 solid;
}

.typography img {
    border: none;
}
    .typography img.right {
        float: right;
        margin-left: 20px;
    }
    .typography img.left {
        float: left;
    }
    .typography img.leftAlone {
        float: left;
        margin-right: 100%;
    }
    .typography img.center {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
.typography td, .typography th {
    line-height: auto;
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    text-indent: -8px;
    padding-left: 16px;
    border-bottom: 1px #000000 dotted;
}
.typography th {
    border-bottom: 2px #000000 solid;
    font-style: italic;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
}