body {
        margin: 20px 0 20px 0;
        padding: 0;
        background-color: #125403;
        font-size: 1.5em;
}

div#border {
        margin: 0 auto 0 auto;
        width: 750px;
        border: solid 7px #6D0000;
}

div#main {
        background-color: #ffffff;
        padding: 20px;
        border: solid 7px #000000;
}

h1 {
        font-family: "Georgia", sans-serif;
        font-size: 2.5em;
        text-align: center;
        margin: 5px 5px 5px 5px;
        color: #640400;
}

h2 {
        font-family: "Trebuchet MS", sans-serif;
        font-size: 1.2em;
        text-align: center;
        margin: 5px 5px 5px 5px;
}

div#address {
        font-family: sans-serif;
        text-align: center;
        margin: 15px 5px 5px 5px;
        color: #A52A2A;
        font-weight: bold;
}

div#telephone {
        font-family: sans-serif;
        text-align: center;
        margin: 15px 5px 15px 5px;
        color: #A52A2A;
        font-weight: bold;
}

div#textarea {
        margin: 25px 5px 5px 5px;
        font-family: sans-serif;
}

