P    { font-size : 115% }

DT   { font-size : 115% }

DD   { font-size : 115% }

LI   { line-height: 1.2;
       font-size : 115% }

H1   {
     color       :     #FF0000 ;
     text-align  :     center ;
     font-weight :     bold 
     }

H2   {
     color       :     #F00000 ;
     text-align  :     center ;
     font-weight :     bold ;
     font-size   :     130%
     }

H3   {
     color       :     #F00000 ;
     text-align  :     center ;
     font-weight :     bold ;
     font-size   :     115%
     }

H4   { font-size : 115% }

A:link     { color : #0000f0 ;
             text-decoration  : underline }

A:visited  { color : #f00000 ;
             text-decoration  : underline }

A:hover    { color : #00f000 ;
             text-decoration  : none ;
             background-color : #ffffff }

.navTD:hover
    { background-color : #ffffff }

.navTD
    {
    background-color : #e0e0e0 ;
    border-color :     #000000 ;
    border-width :     1px ;
    border-style :     solid ;
    font-weight  :     bold ;
    }

.navTD2
    {
    background-color : #ffffff ;
    border-color :     #000000 ;
    border-width :     1px ;
    border-style :     solid ;
    font-weight  :     bold
    }

