BODY {
  background-color: black;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  color: white;
}

#infoblock {
  font-family: Arial, sans-serif;
  font-size: 12pt;
}

P {
  font-family: Arial, sans-serif;
  font-size: 12pt;
}

H1 {
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 24pt;
}

H2 {
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 18pt;
}

H3 {
  font-family: Arial, sans-serif;
  font-size: 16pt;
}

H4 {
  font-family: Arial, sans-serif;
  font-size: 14pt;
}

B.red {
  color: red;
}

A:link {
  color: red;
}

A:visited {
  color: red;
}

A:active {
  color: black;
}
