h1, h2 {
    font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}

h2 + p {
    margin-bottom: 5px;
}

h1 {
    color: #779A00;
    font-size: 48px;
    font-weight: normal;
    border-top: 7px solid #F93;
    border-bottom: 2px solid #F93;
    padding-top: 5px;
}

h2 {
    color: #EC6206;
    font-size: 24px;
    text-transform: uppercase;
}

p {
    font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    line-height: 150%;
    margin-left: 75px;
}

#copyright {
    font-weight: bold;
    font-size: 12px;
    color: #666;
    border-top: 1px dashed #93BD00;
    padding-top: 5px;
    margin-left: 75px;
    margin-top: 25px;
}