body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    background-image: url(GPST_CaseStudy_Images/pasture.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #00B386;
    color: #FFFFFF;
    line-height: 400%;
    text-indent: 1em;
}

h1 {
    margin-bottom: 0;
    font-family: Georgia, 'Times New Roman', serif;
}

h2 {
    color: #00664D;
    font-family: Georgia, 'Times New Roman', serif;
}

h3 {
    font-family: Georgia, 'Times New Roman', serif;
}

nav {
    background-color: #70DBDB;
    font-weight: bold;
}

/* style the nav with specify the link a */
nav a {
    text-decoration: none;
}

dt {
    color: #00664D;
}

/* Style the un-ordered list */
ul {
    list-style-image: url(GPST_CaseStudy_Images/marker.gif);
}

/* style class */
.barn {
    color: #5C7FA3;
}

/* style id */
#contact {
    font-size: 90%;
}

footer {
    font-size: 75%;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', serif;
    text-align: center;
}