html,body{
    margin: 0;
    padding: 1%;
}

body{
    font: 76% verdana,sans-serif;
    text-align: justify;
}

p {
    margin: 10px 0px 10px 0px;
}

ul {
    padding-left: 20px;
}

div#footer{
    background: transparent;
    color: #FFF
}

div#footer p{
    margin:0;
    padding:5px 10px
}

div#footer{
    clear: left;
    width: 100%;
    padding: 0;
}

#title {
    width: 100%;
    padding: 0;
    float: left;
    background: url('../images/title.jpg') no-repeat;
    color: #ffffff;
    font-size: 18pt;
}

#cont a:active, #cont a:visited, #cont a:link {
    text-decoration: none;
    color: #1f1f1f;
}

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

hr {
    color: #4c5228;
    height: 1px;
    background-color: #4c5228;
    border-style: none;
}

#cont {
    color: #000000;
    font: 10pt verdana, sans-serif;
    width: 100%;
    padding: 0;
    float: left;
}

#cont td img {
    border-style: solid;
    border-width: 2px;
    border-color: #4C5228;
    margin: 5px 5px 5px 5px;
}

#cont img {
    border-style: none;
    margin: 2px 2px 2px 2px;
}

#cont li {
    margin: 0 0 2px 0;
}

#cont a {
    border-style: none;
}

h1 {
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    letter-spacing: 0.8pt;
    margin: 0px 10px 10px 0px;
}

h2 {
    color: #000000;
    font-size: 17px;
    letter-spacing: 1.2pt;
    margin: 0 30px 10px 0px;
    font-weight: 500;
}

h3 {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1.2pt;
    margin: 0 30px 10px 0px;
    font-weight: 500;
}