/* CSS Document */

<STYLE TYPE="text/css">
a.dog:link { color: black; text-decoration: none }
a.dog:active { color: orange; text-decoration: none }
a.dog:visited { color: gray; text-decoration: none }
a.dog:hover { color: red; text-decoration: underline }

a.tree:link { color: white; text-decoration: none }
a.tree:active { color: blue; text-decoration: none }
a.tree:visited { color: brown; text-decoration: none }
a.tree:hover { color: black; text-decoration: underline }
</STYLE> 