A
 {
  text-decoration : underline;
 }

A:VISITED
 {
  text-decoration : underline;
 }

A:HOVER
 {
  text-decoration : underline;
 }

A.noul
 {
  text-decoration : none;
 }

A.noul:VISITED
 {
  text-decoration : none;
 }

A.noul:HOVER
 {
  text-decoration : underline;
 }

A.nav
 {
  text-decoration : none;
  color : #000000;
 }

A.nav:VISITED
 {
  text-decoration : none;
  color : #000000;
 }

A.nav:HOVER
 {
  text-decoration : underline;
  color : #000000;
 }

A.bnav
 {
  text-decoration : none;
  color : #000000;
 }

A.bnav:VISITED
 {
  text-decoration : none;
  color : #000000;
 }

A.bnav:HOVER
 {
  text-decoration : underline;
  color : #000000;
 }

A.foot
 {
  text-decoration : none;
  color : #000000;
 }

A.foot:VISITED
 {
  text-decoration : none;
  color : #000000
 }

A.foot:HOVER
 {
  text-decoration : underline;
  color : #000000
 }

TD
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
 }

.default
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
 }

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

.smaller
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
 }

.nav
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
 }

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

.foot
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
 }

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

code {color:purple}
tt   {color:green}
samp {color:navy}
pre  {color:maroon}

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

H1
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 16px;
  font-weight : bold;
 }

H2
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;
 }

H3
 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
 }

