<!--
a:link {text-decoration:none;color: blue}
a:visited {text-decoration:none;color: blue}
a:hover {text-decoration:underline;font-style: bold;color: red}
a.bottom:link {text-decoration:none;color: white}
a.bottom:visited {text-decoration:none;color: white}
a.bottom:hover {text-decoration:none;font-style: bold;color: yellow}
a.right:link {text-decoration:none;color: white}
a.right:visited {text-decoration:none;color: white}
a.right:hover {text-decoration:none;font-style: bold;color: red}
a.or1:link {text-decoration:none;color: #333333}
a.or1:visited {text-decoration:none;color: #333333}
a.or1:hover {text-decoration:none;font-style: bold;color: red}
-->