body {
  background-color: #113355;
  color: #333333;
  font-family: 'Ubuntu', arial, sans-serif;
  /* font-family: 'Exo 2', sans-serif; */
  font-size: 16pt;
}
.content {
  background-color: #f0f3ff;
  margin: 30pt auto 30pt auto;
  padding: 25pt;
  min-width: 400px;
  max-width: 780px;
  border: 5pt outset #cccccc;
}
.header {
  text-align: center;
}
h1 {
  font-size: 32pt;
}
h2 {
  clear: left;
  font-size: 18pt;
  padding-top: 15pt;
}
ul.links {
  list-style: none;
  padding: 0;
}
ul.links a {
  float: left;
  margin-bottom: 10pt;
  margin-right: 10pt;
  padding: 5pt;
  border: 2pt solid #000000;
  border-radius: 10pt;
  /* background-color: #e0e3ef; */
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  color: inherit;
  width: 170pt;
}
ul.links a:hover {
  background-color: #c0c3cf;
}
table {
  margin: auto;
  border-collapse: collapse;
  font-size: 14pt;
  width: 100%;
}
tr:nth-child(even) {
  background-color: #bbbbbb;
}
tr:nth-child(odd) {
  background-color: #cccccc;
}

.footer {
  clear: both;
}
