body {
  width:            700px;
  margin:           100px;

  background-color: #000000;

  font-family:      Helvetica, Arial, sans-serif;
  font-weight:      900;
  font-size:        150px;
  line-height:      0.6;
}

a:link {
  color:            #ffffff;
  text-decoration:  none;
}
a:visited {
  color:            #ffffff;
  text-decoration:  none;
}