a.button:link, a.button:hover, a.button:visited
{
    color: black;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid white;
    border-right-color: #e39d1c;
    border-bottom-color: #e39d1c;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}

a.button:link, a.button:visited
{
    background-color: #f5deb3;
}

a.button:hover
{
    text-decoration: underline;
    background-color: #f5f5dc;
}

a.button:focus
{
    outline:none;
}

body
{
    font-family: "Georgia", serif;
}

div.banner
{
    text-align: center;
    background-image: url("images/plymouthaerial.jpg");
    background-position:center;
    background-repeat:repeat;
    background-color: #f5deb3;
    border: #e39d1c 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div.spaceafter
{
    margin-bottom: 10px;
}

ul.acrobat li
{
    list-style-image: url("images/tabacrobat.gif");
}
