body {
  margin: 30px auto;
  font-size: 11pt;
  direction: ltr;
  font-weight: inherit;
  background-color: #eeeeee;
  width: 900px;
  font-family: sans-serif;
  padding-left: 25px;
}
p {
  font-family: sans-serif;
  font-size: 11pt;
}
a:link {
  text-decoration: underline;
  color: #333333;
}
a:active {
  text-decoration: none;
  color: red;
}
a:visited {
  text-decoration: none;
  color: #666666;
}
a:hover {
  color: #ff3300;
  text-decoration: none;
}
h1 {
  font-size: 18pt;
  font-weight: inherit;
  font-family: sans-serif;
  padding-bottom: 20px;
}

