body {
    background-color: black;
    padding: 20px;
}

h1,
h2,
h3,
a {
    font-weight: normal;
    color: #f89500;
    margin: 0px;
}

h1 {
    font-family: Georgia, Times, serif;
    font-size: 250%;
    text-shadow: 2px 2px 3px #ff0303;
    padding-bottom: 10px;
}

h2 {
    font-family: "Gill Sans", Arial, sans-serif;
    font-size: 90%;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

h3 {
    font-size: 150%;
}

p {
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.4em;
    color: #7bff00;
}

p.intro:first-line {
    font-weight: bold;
}

.credits {
    font-style: italic;
    text-align: right;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}