.CopyrightService{
    webkit-text-size-adjust: 100%;
    font-family: Roboto,Open Sans,Arial,sans-serif;
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 180%;
    background-color: #2a2a2a;
}

.footerLinks a{

    color: #54baf1;
    text-decoration: none;
}

.footerLinks a:hover{

    color: #000bd9;
    text-decoration: underline;

}