a{    
    color: navy !important;
}
a:hover{
    color: #178CCB !important;
}
.bg-lightgrey{
    background-image: url("../images/bg.jpg");
}
.bg-lightblue{
    background: #d2e2e4;
}
.text-green{
    color: #6ea400;
}
.text-blue{
    color: #178ccb;
}
.bg-blue{
    background-color: #178ccb;
}