div.news {
    color:blue;
}

hr {
    height: 10pt;
    color:black;
    background:black;
}

span.text {
    font-size: 14pt;
    font-style: normal;
}

td {
    font-size: 14pt;
    font-style: normal;
}

tr.schedulehead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #996600;
    background: #88ffff;
}

tr.schedulebody {
    font-size: 14pt;
    font-style: normal;
    background: #ffff88;
}

td.directorbody {
    font-size: 14pt;
    font-style: normal;
}

ul.news {
    color: red;
}


