* {
    color: ghostwhite;
    background-color: #060606;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h1 {
    font-weight: bolder;
    font-variant: small-caps;
}

h2 {
    font-weight: lighter;
    font-variant: small-caps;
}

h3 {
    font-style: oblique;
    font-variant: small-caps;
}

p {
    background-color: #000000;
}

.sig {
    text-align: right;
}

footer {
    text-align: center;
}