body {
    background-color: #c0c0c0;
}

.table-style {
    background-color: #FEE9C0;
}

.banner-style {
    background-color: #926500;
}

/*
 Menu stuff
 */
.menu-style {
    text-decoration: none;
    font: "Microsoft Sans Serif";
    font-size: large;
    text-align: left;
    /*word-spacing: 20px; */
    color: #c0c0c0;
}

a.menu-item:link, a.menu-item:visited {
    text-decoration: none;
    color: #c0c0c0;
}

a.menu-item:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #808040;
}

a.menu-item:active {
    text-decoration: none;
    color: #000000;
    background-color: #92965A;
}

a.item:link, a.item:visited, a.item:active {
    text-decoration: none;
    color: #88A03D;
}

a.item:hover {
    text-decoration: underline;
    color: #A8C159;
}

/*
 Text paragraphs
 */
.free-text {
    vertical-align: top;
    text-align: left;
    word-wrap: normal;
    color: #71522F;
    font: "Microsoft Sans Serif";
    font-size: medium;
    border-width: thick;
    border-color: #808080;
    padding: 10px;
}

.free-text-border {
    vertical-align: top;
    text-align: left;
    word-wrap: normal;
    color: #71522F;
    font: "Microsoft Sans Serif";
    font-style: italic;
    font-size: medium;
    border-width: thick;
    border-color: #cfcfcf;
    border-left: 1px dotted;
    padding: 5px;
}

/*
 * Icons
 */
a.social-icon {
    border: none;
    opacity: 0.4;
    filter: alpha(opacity = 40); /* For IE8 and earlier */
}

a.social-icon:hover{
    border: none;
    border: none;
    opacity: 1.0;
    filter: alpha(opacity = 100); /* For IE8 and earlier */
}

/*
 * photo gallery
 */
.gallery-thumbnail {
    border-width: thin;
    border: solid;
    border-color: #FEE9C0;
    opacity: 0.7;
    filter: alpha(opacity = 40); /* For IE8 and earlier */
}

.gallery-thumbnail:hover {
    border: thick;
    border: solid;
    border-color: #000000;
    opacity: 1.0;
    filter: alpha(opacity = 100); /* For IE8 and earlier */
}

h1, h2, h3, h4, p {
    /*
     margin-left: 10px;
     */
    text-align: left;
    font: "Microsoft Sans Serif";
    color: #832727;
}
