/*-----begin css-----*/

html {margin: 0; padding: 0;}

body {
      margin: 0;
      font-family: times, "times new roman", serif;
      font-size: 12pt;
      text-align: left;
      color: black;
      background: white;
      }
      
 img#logo {display: none;}
 
 #printheader {font-size: 24pt;
               font-weight: bold;}
 
 div#menu {display: none;}
 
 div#navbar {display: none;}
 
 a {color: blue; background: white;}
 
 
 
 img#mainpic {width: 2.5in;}
 
 .subhead {font-size: 16pt;
           font-weight: bold;
           font-style: italic;
           }
  
  .photo img {border: none;}
  
 .mainhead {font-size: 22pt;
            font-weight: bold;
            }
            
  .mainright {display: block;
              float: right;
              text-align: center;
              margin-right: 1em;
              margin-left: 1.5em;
             }
 
 /*-----end css-----*/
 