.UIFooterControl {
        color: #fff;
        margin: 0 auto;
        padding: 0;
        position: relative;
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
}
.UIFooterControl a {
        color: #fff;
}
.UIFooterControl > a:hover {
        text-decoration: underline;
        font: italic 14px arial;
}
