﻿body {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #fff;
    font-family: "Trebuchet MS" , Verdana,Tahoma, Arial, Helvetica, Sans-Serif;
    color: #3E7518;
}

.wrap {
    width: 800px;
    overflow: hidden;
    border: solid 1px #CFDAA1;
    padding: 4px;
    background-color: #E7F0C5;
    margin: 2px 0 0 10px;
}
.left {
    float: left;
    width: 580px;
}
.right {
    float: left;
    width: 220px;
}

.link {
    clear: both;
    text-align: center;
    padding: 6px 0 0 0;
}

h1 {
    font-size: 1.5em;
    color: #5E0D14;
    line-height: 0.2em;
}
h2 {
    font-size: 1.2em;
    color: #3E7518;
}
h3 {
    font-size: 1.3em;
    color: #5E0D14;
}

h1 a:link {
    text-decoration: none;
    color: #5E0D14;
    border-bottom: 1px dashed;
}
h1 a:visited {
    text-decoration: none;
    color: #5E0D14;
    border-bottom: 1px dotted;
}
h1 a:hover {
    text-decoration: none;
    color: #5E0D14;
    border-bottom: 1px dotted;
}
h1 a:active {
    text-decoration: none;
    color: #5E0D14;
    border-bottom: 1px dotted;
}

a:link {
    text-decoration: underline;
    color: #3E7518;
}
a:visited {
    text-decoration: underline;
    color: #3E7518;
}
a:hover {
    text-decoration: none;
    color: #5E0D14;
}
a:active {
    text-decoration: underline;
    color: #3E7518;
}


