body {
    font-family: "Courier New", Courier, monospace;
    text-transform: lowercase;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-family: "Monotype Corsiva", cursive;
    letter-spacing: 4px;
    font-size: 1.5em;
}
h3 {
    font-size: 0.9em;
}
h6 {
    font-size: 0.8em;
    text-align: center;
}
div#content {
    font-size: 0.9em;
    word-spacing: 5px;
    letter-spacing: 1px;
}
p.copy {
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;
    text-indent: 20px;
    text-align: justify;
}