
body {
background-color: #ffffb8;
}

div.header {
position: relative; 
left: 76px;
width: 800px;
}

div.body {
position: relative; 
left: 76px;
width: 800px;
}

div.footer {
position: relative; 
left: 76px;
width: 800px;
}


td {
  font-family: gautami, serif; 
  font-size: large; 
  font-weight: bolder; 
  width: 600px;
  background-color: #e8e878; 
  color: #666600;
}


th { 
  font-family: gautami,serif; 
  font-size:large;  
  font-weight:bolder; 
  background-color: #e8e878; 
  color: #666600;
}

table.heading {
  margin-left: 5px; 
  margin-right: 5px; 
  margin-top: 5px;
}

td.heading { width: 2900px;
  background-color: #ffffb8 ;
}


td.flopper {
  width: auto; 
  background-color: #ffffb8;
}

img.heading {
  width: 170px; 
  border: medium ridge #666666;
}

h1 {
  font-family:gautami,serif;
  background-color: #ffffb8; 
  color: #666600;
}

p {
text-align: center; 
  color: #666600;  
  margin-top: 38px; 
  margin-left: 38px;
  margin-right: 38px;
  font-family: gautami,serif; 
  font-size: large; 
  width:734px;
} 

p.left {
  text-align: left;
}

table.contents {
  width:800px;
}

td.arrow {
  width: 50px;
}

input {
  background-color: #669933; 
  color: #e8e878; 
  font-size: medium;
}

a {
font-size:large; 
  color: #666600;
  text-decoration: none;
}

table.direction {
  margin-left: 76px;
  margin-right:76px;
}

td.direction { 
  background-color: #ffffb8;
  width: 233px;
}

input.direction {
  width: 100%;
  background-color: #E8E878; 
  color: #003300;
  font-weight: bolder; 
  font-size: medium
}



