body {
    font-family: "Courier New", Courier, monospace;
    text-transform: lowercase;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h6 {
    border-left: 0.05em solid black;
    border-right: 0.05em solid black;
}
h1 {
    border-top: 0.05em solid black;
    -moz-border-radius-topleft: 0.8em;
    -moz-border-radius-topright: 0.8em;
    font-family: "Monotype Corsiva", cursive;
    letter-spacing: 4px;
    font-size: 1.5em;
}
h2 {
    border-bottom: 0.05em dotted black;
}
h3 {
    border-bottom: 1px dotted black;
    font-size: 0.9em;
}
h6 {
    -moz-border-radius-bottomleft: 0.8em;
    -moz-border-radius-bottomright: 0.8em;
    border-bottom: 0.05em solid black;
    font-size: 0.8em;
    text-align: center;
}
div#content {
    border: 0.05em solid black;
    font-size: 0.9em;
    word-spacing: 5px;
    letter-spacing: 1px;
}
p.copy {
    border-bottom: 0.05em dotted black;
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;
    text-indent: 20px;
    text-align: justify;
}
img {
    border: 0.05em solid black;
}