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

a:link#help { color: blue; text-decoration: none; }
a:visited#help { color: blue; text-decoration: none;}
a:hover#help { color: red; background-color: white; text-decoration: underline;}
a:active#help { color: black; text-decoration: none;}

a:link#spec { color: white; text-decoration: none; }
a:visited#spec { color: red; text-decoration: none;}
a:hover#spec { color: red; text-decoration: underline;}
a:active#spec{ color: red; text-decoration: none;}

a.spec:link{ color: white; text-decoration: none; }
a.spec:visited { color: red; text-decoration: none;}
a.spec:hover{ color: red; text-decoration: underline;}
a.spec:active{ color: red; text-decoration: none;}

a:link#other { color: blue; text-decoration: none; }
a:visited#other { color: purple; text-decoration: none;}
a:hover#other { color: red; text-decoration: none;}
a:active#other { color: red; text-decoration: none;}
