/* Stylesheet */

body {
  background: #000000;
}

h1{
    font-family: Helvetica;
    font-size: 2.0em;
    color: white;
    text-align: center;
}

h2{
    font-family: Helvetica;
    font-size: 1.5em;
    color: white;
}

p{
    font-family: Helvetica;
    color: white;
    text-align: center;
}

a{
    font-family: Helvetica;
    color: white;
}
