a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #DD302D;
    text-decoration: none;
}

.leftfix {
    float: left;
}

.rightfix {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}