Hello,
I was wondering if it was possible to have the links in the navigation menu have a different css attribute. When I edit :
(
a{
text-decoration: none;
font-size: 11.25px;
font-weight: bold;
}
a:hover{
text-decoration: none;
font-size: 11.25px;
color: #0092da;
font-weight: bold;
}
)
It edits the links in the body as well. I would like to have them have separate attributes,














