body { color: black; background-color: white; }

p {}

td {
    border-style: none;
}

a:link { color: blue }

a:visited { color: purple }

a:hover { color: orange }

a:active { color: red }

.main_newstable {
    border-style: none;
    margin-top: 10px;
}

.main_newstableentry {
    width: 472px;
    padding-left: 35px;
}

font.main_newstitle {
    font-size: 18pt;
    font-weight: bold;
    font-family: 'comic sans ms';
}

font.main_newsdate {
    font-size: 12pt;
    font-weight: normal;
    font-family: 'comic sans ms';
}

.main_newspost {
    font-size: 10pt;
    font-weight: normal;
    font-family: 'tahoma';
}

.main_usersig {
    text-align: right;
    font-size: 10pt;
    font-weight: normal;
    font-family: 'tahoma';
}

.main_copyright {
    text-align: center;
    font-size: 8pt;
    font-weight: normal;
    font-family: 'tahoma';
    padding-left: 15px;
}

