body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color:white;
    color: #330000;
}

a:link {
    color: #a94141; text-decoration: none; font-weight: 800}

a:visited {
    color: #ad9772; text-decoration: none; font-weight: 800 }

a:hover { 
   color: #a94141; background-color: #f3e0e0; text-decoration: underline; font-weight: 800}

a:active { }


p     {
    font-size: 13px
}


.lead {
    color: #330000;
    font-size: 16px;
    font-weight:800
}

.lead18 {
    color: #330000;
    font-size: 18px;
    font-weight:400
}

.lead20 {
    color: #330000;
    font-size: 20px;
    font-weight:800
}
.dlead {
    color: #a94141;
    font-size: 16px;
    font-weight:800
}

.llead {
    color: #f3e0e0;
    font-size: 16px;
    font-weight:800
}

.dbold {
    color: #a94141;
    font-weight:800
}

.lbold {
    color: #f3e0e0;
    font-weight:800
}

.dark {
    color: #a94141;
}

.light {
    color: #f3e0e0;
}
.upsize {
    font-size: 16px
}

.downsize {
    font-size: 13px;
}

.dtinysize {
    color: #a94141;
    font-size: 11px
}

.tinysize {

    font-size: 11px
}



