I did it....phew..there wasnt a code as above so that kinda threw me.
I just added one though and it worked..then of course they didnt change color when I put my mouse over them so I had to figure out how to do that.
I added extra code as below to come to a solution.
thanks again..its been a long journey...lol
.sideBoxContent a{
color: #ffffff;
}
.sideBoxContent a:hover{
color: #fbce50;
}




