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;
}
h6 {
    text-align: center;
}
div#content {
    word-spacing: 5px;
    letter-spacing: 1px;
}
p.copy {
    font-family: "Times New Roman", Times, serif;
    text-indent: 20px;
    text-align: justify;
}