body {
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-size: 12px;
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0px;
    width: auto;
    height: auto;
    background-color: #5f232b;
    color: #dcdcdc;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    }

img {
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    padding: 3px;
    margin: 5px;
    float: left;
    }

a {
    text-decoration: none;
    color: #ce5b56;
    }

a:hover {
    text-decoration: underline;
    color: #ffffff;
    }

a img {
    border-width: 1px;
    border-color: #c64556;
    border-style: solid;
    }

a:hover img {
    border-color: #ffffff;
    }