td.news {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-color: rgb(170, 170, 170) rgb(221, 221, 255) rgb(221, 221, 255) rgb(170, 170, 170);
    border-width: 1px;
    width: 100%;
    text-align: justify;
    font-family: Arial, 'Luxi Sans', Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    background-color: rgb(250, 250, 250);
    }

table.news {
    width: 100%;
    text-align: justify;
    padding: 2px;
    font-family: Arial, 'Luxi Sans', Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    }

span.newstitle {
    font-family: Arial, 'Luxi Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: red;
    }

