.fadedarticle {
        background-color: white;
        background-image: url(/images/articlewrap.gif);
        background-position: top left;
        background-repeat: no-repeat;
        padding: 10px 5px 5px 10px;
        margin-bottom: 10px;
        color: white;
}

.fadedarticle a:link,
.fadedarticle a:visited {
        color: #083b35;
        font-weight: bold;
}

.fadedarticle .header {
        font-size: 14pt;
        font-weight: bold;
        color: #a00000;
        margin-bottom: 5px;
}

.fadedarticle .body {
        color: black;
        background-color: white;
        margin: 0px;
        padding-left: 5px;
        line-height: 2em;
        font-size: 8pt;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
}
