.nav-container{
    margin: 10px;
    padding: 0 10px;
    color: #888888;
    font-size:16px;
    text-align: right;
}
.nav-container *{
    text-decoration: none;
    color: inherit;
}
.nav-container a:hover{
    color: #0099CC;
}