H1        {text-align: center;
           color:#0099FF;
           font: normal 18pt
          }

H3        {line-height: 12pt;
           text-align: left;
           color: navy;
           font: normal 16pt
          }

P         {text-align: justify;
           color: black;
           font: normal 12pt
          }

A:link    {background: none;
           color: #186321;
           text-decoration: none
          }

A:hover   {background: none;
           color: #FF8429;
           text-decoration: none
          }

A:visited {background: none;
           color: red;
           text-decoration: none
          }

A:active  {background: none;
           color: navy;
           text-decoration: none
          }

SPAN      {text-decoration: blink
          }

SMALL     {font: normal 13pt
          }
BODY      {background-image: url("./background.gif");
           background-repeat: repeat;
            background-attachment: fixed
          }
