body, td
   { color: #333; font-size: 14px; font-family: Georgia; line-height: 19px; margin: 0 }

a:link, a:visited
 {
  color: #3d52a1;
 }
 
a:hover
 {
  color: #003;
 }

a.nav:link, a.nav:visited
 {
   color: #7db073;
   text-decoration: none;
   font-size: 10px;
   font-weight: bold;
 }

a.active:link, a.active:visited
 {
   color: #000000;
   text-decoration: none;
   font-size: 10px;
   font-weight: bold;
 }

a.nav:hover
 {
  color: #000000;
 }

.title
  { color: orange; font-size: 14px; font-weight: bold }

.boldTitle
   { color: #000000; font-size: 33px; font-family: Georgia; margin-top: 32px }

.footer
 {
  font-size: 10px;
  color: #888888;
 }
 
/* Object Classes */

.teaseBox
 {
  font-size: 10px;
  line-height: 12px;
 }

.teaseTitle
  { color: orange; font-size: 13px; font-weight: bold }

.LastModFooter
 {
  font-size: 8px;
  color: #888888;
 }