
/* General */
body {
        margin: 0px;
        margin-bottom: 10px;
        background-color: #ffffff;
        color: #000000;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: small;
}

body, table {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: small;
}

a:link { color: #003399; }
a:visited { color: #666666; }
a:active { color: #666666; }
a:hover {
        color: #003399;
        text-decoration: none;
}

/* Headings */
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

/* Important Notices */
a.clsImportantNotices:link, a.clsImportantNotices:visited, a.clsImportantNotices:active, a.clsImportantNotices:hover { color: #000000; }
