body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
}

a.grayLink { color: #444444;
    background-color: transparent;
    text-decoration: none;
}

a.grayLink:hover { color: #111111;
    background: transparent;
    text-decoration: none;
}

a.botLink { color: #444444;
    background-color: transparent;
    text-decoration: none;
}

a.botLink:hover { color: #111111;
    background: transparent;
    text-decoration: underline;
}

.boldTitle {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 0px;
    display: inline;
}

.topSummary {
    font-style: italic;
}