/* Style Sheet */
#main_body {
        width: 760px;
        margin: auto;
        padding: 10px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        color: #000033;
        background-color: #aaccff;
}
body {
        text-align: center;
        margin: 0px;
        color: #000033;
        background-color: #6699cc;
}
dd {
        width: 700px;
        padding: 0.5em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: normal;
        margin-right:50px;
        text-align:justify;
}
h1, h2, h3, h4, h5, h6  {
        font-family: Arial, Helvetica, sans-serif;
        color: #336699;
        background-color: #aaccff;
}
h1 {
        font-size: 36px;
        text-align:center;
}
h2 {
        padding: 5px;
        font-size: 24px;
        color: #eeeeff;
        background-color: #6699cc;
}
h3 {
        font-size: 24px;
        text-align:center;
}
h6 {
        font-size: 16px;
        font-style: normal;
        text-align: center;
        color: #000033;
        background-color: #ffcccc;
}
p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: normal;
        text-align:justify;
}
a:link, a:visited {
        color: #333399;
        background-color: #aaccff;
}

