BODY     {
           color: #000000;
           font-family: Helvetica, Arial, sans-serif;
           font-size: 8pt;
           line-height: 1.2
         }

H1, H2, H3, H4       {
           font-family:  Arial, Tohama, sans-serif
         }

.head    {
          font-style: oblique 
         }

.ms       {
           font-family: Verdana, Arial, sans-serif;
           font-variant: small-caps;
           font-size: 8pt;
           font-weight: 800
         }
.msb       {
           font-family: Verdana, Arial, sans-serif;
           font-size: 10pt;
           font-weight: 800;
           line-height: 2pt;
           text-indent: 1em
         }

#teeny   {
           font-family: Verdana, Arial, sans-serif;
           font-size: 8pt;
           padding: 3em;
           line-height 2pt      
           }

.reverse  {
           background: #333366;
           color: #fbfbfb
          }

.reverse2  {
           background: #6699CC;
           color: #fbfbfb
          }

#A {text-decoration: none}

- the above line turns of underlining under hrefs -


A:link {color: #333366; background: #fbfbfb}
A:visited {color: #333366; background: #fbfbfb}
A:active {color: #333366 ; background: #fbfbfb}
A:hover {text-decoration: underline; color: #6699CC ; background: #fbfbfb}








