body {
    background-color: #EA0015;
}

.athlete-name {
    text-align: left;
    border-bottom: 2px solid #EA0015;
    color: #000000;
    font-weight: bold;
    font-family: "Arial Black"
}
.feature-caption {
    text-align: left;
    font-family: "Arial";
    color: #EA0015;
}
.feature-previous-articles a {
    color: #EA0015;
    font-family: "Arial Black";
}

.feature-top-ad {
    padding: 0px;
}

.feature-article-area {
    background-image: url("se_24.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.feature-previous-articles a:hover {
    color: #000000;
    font-family: "Arial Black";
}
.feature-name-header {
    float: none;
}
.feature-name-side-logo {
    float: right;
}

.athlete-name {
    color: #000000;
    text-align: right;
}

.feature-caption {
    text-align: right;
}

.feature-publish-date {
    text-align: right;
}

.feature-image {
    float: left;
}