@charset "windows-1252"; 

H1 {
  font-family: times;
  font-weight: normal;
  font-size: 16pt;
  text-decoration: underline;
  
  }
  H2 {
  font-family: tahoma;
  font-weight: normal;
  font-size: 14pt;
  text-decoration: none;
  
  }
  H3 {
  font-family: tahoma;
  font-weight: normal;
  font-size: 7pt;
  text-decoration: none;
  
  }
 #wrapper {
  background-color: "white";
  width: 630px;
  height: 450px;
  text-align: left;
  border-style: ;
  border-width: ;
  border-color: ;
  }
 #head {
  background-color: skyblue;
  height: 100px;
  margin: 10px;
  padding-left: 20px;
  border-style: ;
  border-width: ;
  border-color: ;
  }
#content {
  background-color: white;
  background-image: ;
  background-repeat: no-repeat;
  background-position: center right;
  text-align: left;
  height: 300px;
  margin: 10px;
  padding: 20px;
  border-style: ;
  border-width: 1px;
  border-color: "SADDLEBROWN";
  }   

