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