body { font-size: 10pt;
       font-family: arial,helvetica,sans-serif;
       background-image: /img/bg2.jpg;
       background-color: #e3b383;
     }

h2 { font-size: 18pt;
     font-weight: bold;
   }

h3 { font-size: 15pt;
     font-weight: bold;
   }

.normal { font-size: 10pt;
          font-family: arial,helvetica,sans-serif;
        }

.small { font-size: 8pt;
         font-family: arial,helvetica,sans-serif;
       }

.headline { font-size: 12pt;
            font-weight: bold;
            color: #003300;
          }

:link { color: #990000;
        font-weight: bold;
      }

:visited { color: #990000;
           font-weight: bold;
         }

:active { color: #003300;
          font-weight: bold;
        }

