.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%;
    margin-top: 20px;
}

a{

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

a:hover{

    color: #0047ff;
    text-decoration: underline;

}