body
  {
  background-color: #ffd;
  color: #000;
  background-image: url("grey3.jpg");
  font: 12pt  "Comic Sans MS", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  }

h1, h2, h3, h4
  {
  color: #000;
  }

h1
  {
  font-size: 2.0em;
  }

h2
  {  
  font-size: 1.5em; 
  font-weight: bold;  
  }

h3
  {
  font-size: 1.2em;
  }

h4
  {  
  font-size: 1.0em;
  font-weight: bold;  
  font-style: italic;
  line-height: 1.2em;
  }

a 
  { 
  text-decoration: none; 
  list-style: none;
  }

a:link
  {
   color:#000099;
   text-decoration:underline;
  }
   
a:visited 
  { 
  color: #333399; 
  text-decoration:underline;
  }

a:hover,
a:active 
  { 
  color: #f00; 
  }

#header
  {
  top: 2px;
  left: 2px;
  background-color: #FFFF88;
  width: 95%;
  height: 100px;
  font: 30pt "Comic Sans MS", Arial, Helvetica, 
        Geneva, sans-serif; 
  text-align: center;
  margin: 20px;
  padding-top: 30px;   
  border: 1px #000 solid; 
  }

#heading1
  {
 /* top: 2px;
  left: 2px;
  background-color: #FFFF88; */
  width: 95%;
 height: 100px;
  font: 30pt "Times New Roman", Arial, Helvetica, 
        Geneva, sans-serif; 
  text-align: center;
 /* margin: 20px;
  padding-top: 30px;   
  border: 1px #000 solid; */
  }


#textarea
  {
 /* top: 2px;
  left: 2px;
  background-color: #FFFF88; */
  width: 95%;
  /* height: 100px; */
  font: 20pt "Times New Roman", Arial, Helvetica, 
        Geneva, sans-serif; 
  text-align: center;
 /* margin: 20px;
  padding-top: 30px;   
  border: 1px #000 solid; */
  }


#footer
  {
  clear: both;
  width: 95%;
  height: 25px;
  text-align: center;     
  border: 1px #000 solid;
  }


