/* Set consistent background and margins for site */

  body { background-image: url(ltgreen.jpg);
         margin-left: 50px;
         margin-right: 50px;
         font-family: Comic Sans MS, Sans Serif;
         font-size: 18pt;
       }

  div.filler { line-height: 60pt;
             }

  h1   { font-family: Comic Sans MS, Sans Serif;
         font-weight: bold;
         line-height: 60pt;
         font-size: 24pt;
       }

  h3   { color: red;
       }

  p  { font-family: Comic Sans MS, Sans Serif;
       font-size: 14pt;
     }

 a   { font-size: 12pt;
     }

 p.attn {color: red;
        }

 ul { font-size: 12pt;
      }
