body {
    background-color: black;
}

a {
    color: yellow;
    font-size: x-large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

h1 {
    color: white;
    font-size: 5em;
    font-family: verdana,arial,helvetica,sans-serif;
}

h2 {
    color: white;
    font-size: xx-large;
    font-family: verdana,arial,helvetica,sans-serif;
}