body {
    font-family: Tahoma, "Times New Roman", sans-serif;
    font-size: 12px;
    color: #154ba0;
    margin: 0px auto;
    margin-top: 24px;
    text-align: center;
}
div#body_wrapper {
    margin: 0px auto;
    border: 1px solid #86b9d6;
    background: #ffffd9;
    color: #154ba0;
    text-align: center;
    width: 640px;
}
div.space {
    clear: both;
    display: block;
    height: 52px;
}
td {
    font-family: Tahoma, "Times New Roman", sans-serif;
    font-size: 12px;
}
h1, h2, h3 {
    font-size: 18px;
    margin: 0px;
}
h4, h5, h6 {
    font-size: 14px;
    margin: 0px;
}
image {
    border: 0px;
}
a {
    color: #00f;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    margin: 0px;
    padding: 8px;
}
div#header {
    padding: 8px 0px;
    border-bottom: 1px dotted #888;
}
div#desc {
    border-bottom: 1px dotted #888;
}
div#content {
    border-bottom: 1px dotted #888;
}