* {
    /* font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, serif; */
    /* font-family: serif; */
    font-family: "Trebuchet MS", Arial, Geneva, Swiss, SunSans-Regular, sans-serif; 
}

body {
    background: #c3f1c7;
    width: 720px;
    margin: 15px auto 15px auto;
    font-size: 13px;
}

a:link {
    color: #669;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #c63;
}

a:visited {
    color: #888;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #669;
}

a:hover {
    color: #c63;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #369;
}

img, a img {
    border: none;
    text-decoration: none;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

br {
    clear: both;
}

p {
    margin: 10px 0 1em 0;
    line-height: 16px;
}

input, textarea {
    font-family: Courier, "Courier New", monospace;
}

kbd {
    color: #c63;
    font-family: Courier, "Courier New", monospace;
}

pre {
    color:  #369;
    font-family: Courier, "Courier New", monospace;
    margin-left: 20px;
}

#main {
    background: #fff;
    width: 702px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding-bottom: 100px;
}

#content {
    width: 90%; 
    margin: 10px 0 0 0;
    padding: 5px 20px;
}


#footer {
    width: 692px;
    background: #fff;
    border: 1px solid #bbb;
    text-align: right;
    font-size: 12px;
    padding: 5px;
}

.hdr {
    color: #669;
    margin: 0;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #bbb;
}

img.left {
    float: left;
    border: 1px dotted #bbb;
    padding: 10px 10px 10px 10px;
}

img.right {
    float: right;
    border: 1px dotted #bbb;
    padding: 10px 10px 10px 10px;
}

p.links {
    text-align: right;
}

