html {
  width: 21cm;
}

body {
  font-family: Gill Sans, sans-serif;
}

a {
  text-decoration: none;
  color: #2277BB;
}
a:hover {
  text-decoration: underline;
}

.title {
  font-style: italic;
}

h2 {
  margin-bottom: 0cm;
}
