body { 
font-family: "Lucida Console", "Liberation Mono", "Courier New", monospace;
font-size: 16px;
line-height: 18px;
color: black;
background-color: WhiteSmoke;
}
a {
color: MidnightBlue;
background-color: WhiteSmoke;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1,h2,h3 {
  color: black;
  background-color: WhiteSmoke;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 17px;
}
h3 {
  font-size: 16px;
}
#center {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  padding: 30px;
  text-align: left;
  color: black;
  background-color: WhiteSmoke;
  border-right: 1px inset MidnightBlue;
 }
