* {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        10pt;
  margin:           0px;
  padding:          0px;
  color:            white;
}

body {
  background-color: black;
}

a {
  color:            white;
  font-weight:      normal;
  text-decoration:  underline;
}

a:hover {
  text-decoration:  none;
}

h1 {
  font-weight:      bold;
  font-style:       normal;
  font-size:        22pt;
  margin:           5px 2px 15px 2px;
}

