How do you link to a place in another page without any styling issues?

It was a simple enough fix. Simply add the below to Additional CSS. On my first attempt, I didn’t specify ‘a’ and so it didn’t work

   #menu-item-1745 a {
    color: #5a5a5a;
}