A:link {font-weight: none; text-decoration: none; color: blue}
A:visited {font-weight: none; text-decoration: none; color: blue}
A:active {text-decoration: none; color: none}
A:hover {font-weight: none; text-decoration: none; color: red}

A.link1:link {font-weight: bold; text-decoration: none; color: "#000080"}
A.link1:visited {font-weight: bold; text-decoration: none; color: "#000080"}
A.link1:active {text-decoration: none}
A.link1:hover {font-weight: bold; text-decoration: none; color: "#DD0000"}

A.link2:link {font-weight: bold; text-decoration: none; color: "#FFCC66"}
A.link2:visited {font-weight: bold; text-decoration: none; color: "#FFCC66"}
A.link2:active {text-decoration: none}
A.link2:hover {font-weight: bold; text-decoration: none; color: white}