HTML {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    }

BODY {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
    }

#bodymainimage p {
    background-color: white;
    }

table.latestnews {
    border-collapse: collapse;
    margin-top: 2em;
    }

table.latestnews td {
    background-color: white;
    height: 150px;
    vertical-align: top;
    padding-bottom: 15px;
    }

table.latestnews td a img {
    border: none;
    }

table.latestnews td {
    font-size: 70%;
    padding-right: 1em;
    }

h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.1em;
    }
