body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: sans-serif;
}

header {
    color: #FFFFFF;
    background-color: #00B386;
    background-image: url(pasture.png);
    background-position: right;
    background-repeat: no-repeat;
    line-height: 400%;
    text-indent: 1em;
}
dt {
    color: #00664D;
}

.barn {
    color: #70DBDB;
}

#barn {
    color: #70DBDB;
}
h1, h2, h3 {
    font-family: "Times New Roman", Times, serif;
}
h1 {
    margin-bottom: 0;
}
h2 {
    color: #00664D;
}
nav {
    background-color: #70DBDB;
    font-weight: bold;
}
nav ul {
    list-style-image: url(marker.gif);
}
nav a {
    text-decoration: none;
}
footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
}