a:link, a:active, a:visited {
color: orange;
text-decoration: none;
}
a:hover {
color: yellow;
text-decoration: underline;
}
a.other:link, a.other:active, a.other:visited {
color: red;
text-decoration: none;
}
a.other:hover {
color: silver;
text-decoration: underline;
}
