body {
    background-color: #499903;
    background-image: url(../images/green-bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
}
.header {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #499903;
}
.header a {
    color: #499903;
    text-decoration: none;
}
.content {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #499903;
}
.content a {
    color: #499903;
    text-decoration: underline;
}
.content a:hover {
    color: #709A14;
}
.dfv_err {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #990000;
}
.footer {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ADE13F;
}
#nav {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #499903;
}
#nav a {
    color: #499903;
    text-decoration: none;
}
#nav a:hover {
    color: #709A14;
}
