#page {
 width: 700px;
 padding-top: 30px;
 padding-right:10px;
 padding-bottom:20px;
 padding-left:10px;
 border: 2px;
 border-color: #bcbc7a;　
 background-color: #dedebc;
 font-color: #4f4f00;
}

BODY{
 background-image: url('Garden.jpg');
}

H1{
  color: #4f4f00;
  text-align: center;
}

H2{
  color: #4f4f00;
  text-align: center;
}

H3{
  color: #4f4f00;
  text-align: center;
}

A{
  color: #990000;
  font-size: 10pt;
}
 
table{
 width: 650px;
 font-size: 11pt;
 color: #4f4f00;
 border: 2px;
 border-color: #fffccf;
 cellspacing: 3px;
 cellpadding: 10px;
 background-color: #fffcff;
}

TH{
  width: 50px;
  height: 30px;
  border-color: #fffcff;
  background-color: #fffffc;
}

TD{　　　　　
  border-color:  #fffcff;
  background-color: #fffcff;
}
