BODY  {
  color       : black; 
  font-family : Times;
  font-weight : normal;
  font-style  : normal;
  font-size   : 11pt;
}

.title  {
  color       : #000066; 
  font-size   : 22pt;
  font-family : Times;
  font-weight : bold;
  font-style  : normal;
}

P, .p {
  font-size   : 11pt;
  font-family : Times,Arial;
  font-weight : normal;
  font-style  : normal;
}

.topic {
  font-size   : 10pt;
  font-family : Helvetica,Arial;
  font-weight : bold;
  font-style  : normal;
  color       : red;
}

.date {
  font-size   : 8pt;
  font-family : Helvetica,Arial;
  font-weight : bold;
  font-style  : normal;
  color       : green;
}

.nav {
  font-size      : 8pt;
  color          : black; 
  background     : #CCCCCC; 
  fontfamily     : arial;
  text-decoration: none;
}

.nav:hover {
  font-size      : 8pt; 
  color          : blue; 
  background     : #FFCC66; 
  fontfamily     : arial;
  text-decoration: none;
}


.menu {
  font-size      : 11pt;
  font-weight    : bold;
  color          : blue; 
  fontfamily     : arial;
  text-decoration: none;
}

.menu:hover {
  font-size      : 11pt;
  color          : red; 
  fontfamily     : arial;
  text-decoration: none;
}