
.right {
        float: right;
        margin-left: 15px;
        margin-bottom: 0px;
}

.left {
        float: left;
        margin-right: 15px;
        margin-bottom: 0px;

}



body {
    
    line-height: 150%;
    text-align: justify;
    font-family: Verdana, Arial, Sans;
        font-size: 12pt;

    
}

.smText {
    font-size: 10px;
}

#content {
    font-family: Verdana, Arial, Sans;
    position: relative;
    font-size: 12pt;
    width: 70%px;
    margin-left: 15%px;
    margin-right: *px;
    text-align: justify;
}

#content2 {
    font-family: Verdana, Arial, Sans;
    position: relative;
    font-size: 12pt;
    width: 675px;
    margin-left: *px;
    margin-right: *px;
    text-align: justify;
}

td {
    text align: justify;
    line-height: 150%;
}

}
    
table.spec {

    border-color: white;
    border-width: 3px;
    border-style: ridge;
}
td.spec {

    border-color: white;
    border-width: 3px;
    border-style: ridge;
}

a:link {
    color: #8C1810;
    font-weight: normal;
    
}

a:visited {
    color: #360795;
    font-weight: normal;
    
}

a:hover {
    color: #360795;
    text-decoration: none;
    
}


    