body { 
font-family: Arial, Verdana, "Times New Roman", sans-serif;
font-size: 13px;
line-height: 18px;
color: black;
background-color: white;
}
a {
color: maroon;
background-color: white;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1,h2,h3 {
  color: black;
  background-color: white;
}
h1 {
  font-size: 15px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 13px;
}
#center {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  padding: 30px;
  text-align: left;
  color: black;
  background-color: white;
  border-top: 1px inset black;
  border-right: 1px outset gray;
  border-bottom: 1px outset gray;
  border-left: 1px inset black;
 }
