
/*
    Link
----------------------------------------*/

a:link {
color: #03C; 
text-decoration: none;
}

a:visited {
color: #2267b2; 
text-decoration: none;
}

a:hover {
color: #03C;
text-decoration: underline;
}
