html {
    background-color: #111;
}

#content {
    padding: 20px;
    color: #eee;
    font-family: helvetica, arial, sans-serif;
    letter-spacing: 1px;
    width: 600px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

h3 {
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    font-family: georgia, serif;
    margin: 0px;
}

p {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    font-family: georgia, serif;
}
