
   body {
    background-color: #e1ffec;
    text-align:center;
   }

   a:link {
    font-family:"Times New Roman",Georgia,Serif;
    color: #1B3242;
   }

   a:visited {
    font-family:"Times New Roman",Georgia,Serif;
    color: #1B3242;
   }

   a:active {
    font-family:"Times New Roman",Georgia,Serif;
    color: #1B3242;
   }

   a.menu {
    text-decoration:none;
    font-size:20px;
   }

   a.menu:hover {
    text-decoration:underline;
   }
   span.heading {
    font-size: 50px;
    font-family:"Times New Roman",Georgia,Serif;
    color: #1B3242;
   }

   span.subheading {
    font-size: 20px;
    font-family:"Times New Roman",Georgia,Serif;
    color: #1B3242;
   }

   span.bodytext {
    font-size: 13px;
    font-family:"Times New Roman",Georgia,Serif;
    color: #1B3242;
   }
   td.align {
    font-size: 13px;
    font-family:"Times New Roman",Georgia,Serif;
    color: #1B3242;
   }
   hr {
    width:20%;
    color:#1B3242;
    height:1px;
   }
   td.formlabel {
    text-align:right;
   }
