body {
  background-color: #000000;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 40pt;
}

p {
  line-height: 0.7cm;
  font-weight: bold;
  font-size:   12pt;
}

a {
  font-weight: bold;
  font-size:   12pt;
  text-decoration: none;
  color: #ffffff;
}

a:hover { 
  color: #3399aa;
}

