body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  background-color:white;
  margin-left: 100px;
  margin-right: 100px;
}

h1
{
  font-size: 20pt;
  font-weight: bold;
  text-decoration: none;
}

h2
{
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
}

h3
{
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

.content
{
  background-color:#e0e0e0;
  border:solid #202020 2px;
  padding:10px;
}
