body {
  margin: 10px;
  padding: 5px;
  font-family: Verdana;
  font-size: small;
  text-align: justify;
  list-style-position: outside;
}
p {
  font-family: Verdana;
  font-size: small;
  text-align: justify;
}
h1 {
  font-family: Verdana;
  font-size: x-large;
  font-weight: bold;
  text-align: left;
  text-transform: capitalize;
}
h2 {
  font-family: verdana;
  font-size: large;
  font-weight: bold;
  text-transform: capitalize;
}
h3 {
  font-family: verdana;
  font-size: medium;
  text-transform: capitalize;
  font-weight: bold;
  color: #333333;
}
