body {
  background-color: Gray;
  font-family: Verdana, Arial, sans-serif;
  font-size: smaller;
}

#content{
  padding: 10px;
  border: 10px solid Silver;
  border-top: none;
  width: 700px;
  margin: 70px auto;
  background-color: White;
}

#uberplate_faq h1 {
  text-align: center;
  background-color: Beige;
  font-size: x-large;
  border-bottom: 3px solid Silver;
  position: absolute;
  width: 100%;
  height: 70px;
  top: 0px; left: 0px;
}

#uberplate_faq a img {
  border: none;
}

p {
  padding: 0 20px;
}

#content h2 {
  border-bottom: 1px solid Silver;
  margin: 10px 0;
}

#content h2.faq_answer_header {
  border-bottom: 3px solid Silver;
  font-size: x-large;
  margin: 10px 0;
  text-align: right;
}

a, a:link, a:visited {
  color: Maroon;
  text-decoration: none;
}

a:hover, a:active {
  color: orange;
}

ol { 
  list-style-type: lower-roman;
  margin-left: 50px;
}

ul li {margin-bottom: 10px;}