body, td{
    font-family: Arial;
    font-color: black;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

b{
    font-family: Arial;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
}

h1 {
        font-family: Arial;
        font-color: black;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
}

h2 {
        font-family: Arial;
        font-color: black;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
}
    
h5 {
        font-family: Arial;
        font-color: black;
        font-size: 19px;
        font-weight: normal;
        text-align: center;
}
    
h6 {
        font-family: Arial;
        font-color: black;
        font-size: 13px;
        line-height: 12px;
        font-weight: bold;
        text-align: center;
}

li {
        font-family: Arial;
        font-color: black;
        font-size: 14px;
        line-height: 17px;
        text-align: left;
}

 a:link { text-decoration:none; color:#FFFFFF; }
 a:visited { text-decoration:none; color:#FFFFFF; }
 a:active { text-decoration:none; background-color:#FFFFFF; }


