* {
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
    margin-bottom: 1px;
    border: none;
}
* html body * {
    overflow: visible;
}
body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 100.1%;
    color: #5B1F17;
    background: #F2F5E9;
}
ul, li {
    list-style-type: none;
}
table, img {
    border: none;
}
a:link    { text-decoration: none; color: #5B1F17; }
a:visited { text-decoration: none; color: #5B1F17; }
a:focus   { text-decoration: none; color: #5B1F17; }
a:hover   { text-decoration: none; color: #5B1F17; }
a:active  { text-decoration: none; color: #5B1F17; }

.gu_clear {
    clear: both;
    width: 100%;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
}

