body {
    background-color: white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black
    }
h1 {
    font-size: 100%;
    background-color: white;
    padding: 3px;
    border: 1px solid black;
    top: -10px;
    padding-left: 3px;
    position: relative;
    display: inline
    }
h2 {
    font-size: 100%
    }
h3 {
    font-size: 100%
    }
h4 {
    font-size: 100%;
    background-color: white;
    padding: 3px;
    border: 1px solid black;
    top: -10px;
    padding-left: 3px;
    position: relative;
    display: inline
    }
h6 {
    font-size: 10%;
    color: #CCC;
    background-color: #999
    }
p {
    font-size: 11px
    }
p.one {
    font-size: 8px
    }
a:link {
    color: blue;
    text-decoration: underline
    }
a:visited {
    color: black;
    text-decoration: underline
    }
a:hover {
    color: red;
    text-decoration: underline
    }
a:active {
    font-style: italic
    }
samp {
    color: #FF7F50;
    white-space: nowrap;
    font-size: 120%
    }
li {
    list-style: square;
    margin-left: -25px;
    color: gray
    }
OL LI {
    list-style: disc;
    margin-left: -25px;
    color: gray
    }
.top {
    line-height: 60px;
    width: auto;
    background-color: white;
    text-align: right
    }
.center {
    position: relative;
    margin-right: 200px;
    margin-left: 200px;
    top: 10px;
    margin-top: 5px
    }
.left {
    width: 180px;
    float: left;
    height: auto;
    position: relative;
    padding: 5px
    }
.right {
    position: relative;
    padding: 5px;
    float: right;
    width: 180px
    }
.google {
    padding: 5px;
    background-color: white;
    position: relative;
    margin-top: 20px
    }
.txt {
    padding: 5px;
    background-color: white;
    position: relative;
    border: 1px solid #999;
    margin-top: 20px
    }
.line {
    background-color: White;
    position: relative;
    border: 1px solid #696969;
    text-align: center;
    margin-top: 20px;
    padding: 3px
    }
.sitemap {
    background-color: White;
    font-size: 8px;
    position: relative;
    border: 1px solid #696969;
    text-align: center;
    margin-top: 20px;
    padding: 3px
    }