body {
/*     background-color: #ffccff; */
     background-color: white;
/*     margin: 20px auto; */
     padding: 0;
     margin: 0;
     text-align: center;
     }

#page {
     background-color: white;
     margin: 20px auto;
     padding: 10;
     width: 740px;
     border: 5px solid purple;
     text-align: left;
     font-family: arial, verdana, sans serif;
     font-size: 1em;
     }

h1{
  font-family:arial, verdana, sans serif;
  color:339933;
  font-size:40px;
  letter-spacing:-1px;
  word-spacing:5px;
  margin: 0 auto;
  text-align: center
}

h2{
  font-family:times new roman, serif;
  color:008b8b;
  font-size:30px;
  margin: 30 auto 0;
  text-align: center;
}

h3{
  font-family: times new roman, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1em;
  margin: 0 auto 1em;
  text-align: center;
}

h4{
  font-family: times new roman, serif;
  color: 008b8b;
  font-size: 18px;
  margin: 0 auto 1em;
  text-align: center;
  font-weight: normal;
}

.underheader {margin-top:10px}

A.large {text-decoration: none}

#feets {
  font-family: times new roman, serif;
  font-weight: normal;
  font-size: 1em;
}


