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: none }

a.foot:link { color: #a3d4f5; text-decoration: font-weight: bold }
a.foot:active { color: #ffffff; text-decoration: font-weight: bold }
a.foot:visited { color: #a3d4f5; text-decoration: font-weight: bold }
a.foot:hover { color: #ffffff; text-decoration: none }
