a { color: #533 }
a:hover { 
  background-color: #eeeecc; 
}

body { 
  background-color: #ffe;
  font-family: Georgia;
  font-size: 14px;
  color: #600;

  margin: 0px 0px; padding:0px;
  text-align:center;
} 

td {  
  /* 
  bugtweak for Netscape 4.7x: table <td>'s do not inherit <body> attributes.
  */
  background-color: #ffe;
  font-family: Georgia;
  font-size: 14px;
  color: #600;
}

#content {
  width:600px;
  margin:0px auto;
  text-align:left;
  padding:10px;
  /*border:1px dashed #333;*/
  background-color:#ffe;
}

#footer {
  display: block;
  border: solid 0px;
  font-family: Georgia;
  font-size: 12px;
  color: #600;
}

#footer a {
  text-decoration: none;
  color: #600;
}
