
The correct answer for any other NEWBIE that may stumble and need help is:
Paste similar code as shown below in the CSS under the table.moduletable area. It can be modified to include other attribute such as font weight etc.
table.moduletable a:link {
color: #FFFFFF;
font-size : x-small;
}
table.moduletable a:visited {
color: #FFFFFF;
font-size : x-small;
}
table.moduletable a:hover {
color: #FFFF00;
font-size : x-small;
}
It was truly simple but when you are not a style sheet coder it is a different story. So hopefully this will help someone else.
