body {
  background-color:#F0F0F0;
}

h1 {
  font-family: Arial;
  font-size: 13pt;
}

h2 {
  font-family: Arial;
  font-size: 11pt;
}

.li {
  font-family: Arial;
  font-size: 10pt;
}

a, a:visited {
  color: blue;
  font-family: Arial, Helvetica;
  font-size: 10pt;
  font-style: normal;
  text-decoration: underline;
}

a:hover {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
}

.small {
  font-size: 75%;
  font-family: Arial;
}
