body, p, td, input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #695d54;
  line-height: 18px;
}
body {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 14px;
  font-weight: bold;
  color: #695d54;
  padding:0;
  margin: 0 0 18px 0; 
}
h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a12830;
  padding:0;
  margin: 0 0 18px 0; 
}
h3 {
  font-size: 14px;
  font-weight: normal;
  padding:0;
  margin: 0 0 18px 0; 
}
p {
  padding:0;
  margin: 0 0 18px 0;  
}
td.menucurrent {
  //border-top: 1px solid #fff;
  //border-left: 1px solid #fff;
  //border-right: 1px solid #fff;
  white-space: nowrap;
  background-color: #fff;
  font-family: sans-serif;
}
td.menuother {
  //border-bottom: 1px solid #fff;
  white-space: nowrap;
  background-color: #695d54;
  font-family: sans-serif;
}
a {
  color: #a12830;
}
td.menucurrent a {
  color: #a12830;
  text-decoration:none;
}
td.menuother a {
  color: #fff;
  text-decoration:none;
}

