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: white; text-decoration: font-weight: bold }
a.svc:active { color: blue; text-decoration: font-weight: bold }
a.svc:visited { color: white; text-decoration: font-weight: bold }
a.svc:hover { color: blue; text-decoration: none }

a.tan:link { color: #FFFF40; text-decoration: font-weight: bold }
a.tan:active { color: #0FF1EE; text-decoration: font-weight: bold }
a.tan:visited { color: #FFFF40; text-decoration: font-weight: bold }
a.tan:hover { color: #0FF1EE; text-decoration: none }