


    body 
       { 
         background-color: white; 
         color: black
       }

    h2 {
         font-family: Verdana, Arial, sans-serif;
       }

    h2.welcome  
       {
         text-align: center
       }

    p  
       {
         font-family: Verdana, Arial, sans-serif
       }

    p.mywords 
       {
         text-align: center;
         margin-left: 20%;
         margin-right: 20%
       }

    p.images 
       {
         text-align: center
       }

    table 
       {
         font-family: Verdana, Arial, sans-serif;
         width: 100%
       }    

    a  
       {
         background-color: #8FBC8F;
         color: white;
         font-size: 1.2em;
         font-weight: normal;
         text-decoration: none;
       }

    table.titlebar 
       {
          background-color: #8FBC8F;
          color: white;
          font-size: 1.2em;
       }
 
   .smallprint
       {
          text-align: center;
          font-size: 0.7em;
       {

