﻿body 
{
    background-color: #CFC9BD;
    background-image: url(../images/horizontal_strip_bg.gif);
    background-repeat: repeat-x;
    margin: 0;
    margin-bottom: 20px;
    color: #BFB8A8;
    font-family: Arial, Verdana;
    font-size: 12px;
    line-height: 20px;
}

img
{
    border: none;
}

a
{
    text-decoration: none;
    color: #584D32;
}
a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 20px;
    font-weight: normal;
    color: #584D32;
    border-bottom: 1px solid #BFB8A8;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

h2
{
    font-size: 14px;
    font-weight: bold;
    color: #584D32;
    margin: 0;
    padding: 0;
}

h3
{
    font-size: 12px;
    font-weight: bold;
    color: #584D32;
    margin: 0;
    padding: 0;
}