H1, H2, H3, H4, H5 {
    font-family: helvetica,arial,sans-serif;
    color: #555577;
    border-bottom: solid #555577;
}

H1 {
    font-size: 200%;
    font-style: italic;
    background-color: #EEDDEE;
    border: none;
}

H2 {
    font-size: 150%;
    font-style: italic;
    border-bottom: solid #555577;
}

TABLE {
    text-align: center;
    width: 100%;
    font-family: helvetica,arial,sans-serif;
    font-weight: bold
}

BODY {
    background-color: white;
    color: black;
    text-align: justify;
}

A {
    color: #555577;
    font-weight: bold;
    text-decoration: underline;
}

.title-body, .contents-body, .contents-link, .contents-sub-link {
    color: white;
    background-color: #555577;
    font-weight: bold;
    font-family: helvetica,arial,sans-serif;
    text-align: left;
}

.title-body {
    background-color: #EEDDEE;
}

.contents-link, .contents-sub-link {
    background-image: url(dark_gradient_tile.png);
    backckground-repeat repeat-x ;
}

.contents-sub-link {
    font-size: 90%;
    margin-left: 1em;
}
