a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: red; text-decoration: underline;bold }

a.svc:link { color: black; text-decoration: font-weight: bold }
a.svc:active { color: blue; text-decoration: font-weight: bold }
a.svc:visited { color: black; text-decoration: font-weight: bold }
a.svc:hover { color: blue; text-decoration: underline }
