BODY       {background-image: url(images/blk.gif);
            font: 14pt;
            font-family: Serif;
            color: teal}

HR         {border-top: double gray}

H1         {font: 24pt;
            font-family: Serif;
            font-weight: 900;
            color: teal}

H2         {font: 18pt;
            font-family: serif;
            font-weight: 250;
            color: teal}

P          {text-indent: 0.4in;
            margin-left: 10px;
            margin-right: 10px}

IMG        {border-style: outset;
            border-color: silver;
            margin-left: 20px;
            margin-right: 20px}

A:hover:   {color: white}

A:link:    {color: blue;
            text-decoration: none}

A:visited: {color: gray;
            text-decoration: none}

A:active:  {color: lime;
            text-decoration: none}

.right     {float:right}

.left      {float:left}

.clear     {clear:both}