/*Design by Kevin Chiu*/
.body {
    color: #473b3b;
    font-family:"lucida grande","lucida sans unicode",tahoma,verdana,arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: left;
    font-style: normal;
    padding: .5em;
}

h1 {
    font-size: 26px;
    line-height: 42px;
    padding-bottom: .5em;
    padding-top: .5em;
}

h2 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: .5em;
    padding-top: 1em;
    margin: 0;
}

h3 {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: .5em;
    padding-top: .5em;
    margin: 0;
}

a {
    color: #777;
    text-decoration: none;
}
a:visited {
    color: #777;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin: 0;
    padding-bottom: .5em;
    padding-top: .5em;
    text-indent: 0;
}
li {
    color: #777
}
