body {
  background-color: #ffffff;
  margin: 5mm 5mm 5mm 5mm;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  border: 1px solid black;
  padding: 3mm;
}

div {
  background-color: #fafaff;
  border: 1px solid black;
  padding: 4px;
}

h1.title {
  font-size: 26pt;
  margin-bottom: 0px;
  text-align: center;
}

p.subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;  
}

p.dedication {
  margin-top: 0px;
  font-size: 10pt;
  font-style: italic;
  text-align: center;  
}

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 16pt;  
}

h3 {
  font-size: 12pt;
  font-style: italic;
  font-weight: normal;
}

th {
  text-align: left;
}

td {
  border-top: 1px solid black;
  padding-top: 3mm;
  padding-bottom: 3mm;
  padding-right: 5mm;
}

a {
  text-decoration: none;  
}

a:link {
  color: #3333ff;
}

a:visited {
  color: #3333ff;
}

a:active {
  color: #ff3333;
}

a:hover {
  color: #ff3333;
}