/* CSS Document */

<style type="text/css"> a:link.dog { color: #999999; text-decoration: none; font-weight:bold }
a:active.dog { color: orange; text-decoration: none }
a:active.dog { color: black; text-decoration: none }
a:visited.dog { color: gray; text-decoration: none }
a:hover.dog { color: red; text-decoration: underline }

a:link.tree { color: black; text-decoration: none }
a:active.tree { color: black; text-decoration: none }
a:visited.tree { color: gray; text-decoration: none }
a:hover.tree { color: red;	text-decoration: underline }

a:link.cat { color: gray; text-decoration: none }
a:active.cat { color: gray; text-decoration: none }
a:visited.cat { color: brown; text-decoration: none }
a:hover.cat { color: orange; text-decoration: none }


a:link.cow { color: gray; text-decoration: underline }
a:active.cow { color: black; text-decoration: none }
a:visited.cow { color: brown; text-decoration: none }
a:hover.cow { color: orange; text-decoration: none }
</STYLE> 