/* style sheet for RTG News */

.centertable {
 margin-left: auto;
 margin-right: auto;
}

.newsmonth {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: bold;
}

.newsfooter {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
}

.copyright {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10px;
 text-align: center;
}

.trademark {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10px;
 text-align: left;
}

.subhead {
 color: black;
 font-family: arial, helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
}

.tint {
 color: black;
 background-color: #FFCC33;
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
}

BODY {
 font-family: Times New Roman;
 text-align: center;
 background-color: white;
 color: black;
} 

P, FORM, UL, OL, BLOCKQUOTE, TD {
 font-family: Times New Roman;
 font-size: 16px;
}

H3 {
 font-family: arial, helvetica, sans-serif;
 font-size: 16px;
}

a:link    { color: #990099; }
a:visited { color: #660066; }
a:hover   { color: #FF3300; }
a:active  { color: #3366FF; }
