a.nav {
text-decoration: none; 
color: #383122;
}

a.nav:hover {
text-decoration: underline;
font-weight: bold;
}

a {
text-decoration: underline; 
color: #383122;
}



