body {
  background-color:#fffff0;
  margin:0px auto;
  text-align:center;
}

.blankgrid {
  border-style:none;
  height:435px;
  width:453px;
}

.grid {
  border-style:none;
  height:550px;
  width:515px;
}

.text-large {
  color:#000000;
  font-family:arial, helvetica, sans-serif;  
  font-size:2.2em;
  font-weight:normal;
  margin:0px auto;
  text-align:center;
  width:640px; 
}
 
.text-small {
  color:#000000;
  font-family:arial, helvetica, sans-serif;  
  font-size:1.8em;
  font-weight:normal;
  margin:0px auto;
  text-align:center;
  width:640px; 
}

.text-detail {
  color:#000000;
  font-family:arial, helvetica, sans-serif;  
  font-size:1.0em;
  font-weight:normal;
  margin:0px auto;
  text-align:center;
  width:640px; 
}

  a:link {color:#008080; text-decoration:none;}
  a:visited {color:#008080; text-decoration:none;}
  a:focus {color:#808000; text-decoration:underline overline;} 
  a:hover {color:#808000; text-decoration:underline overline;}
  
 