<STYLE TYPE="text/css">
a.dog:link { color: darkblue; text-decoration: underline }
a.dog:active { color: red; text-decoration: underline  }
a.dog:visited { color: darkblue; text-decoration: underline }
a.dog:hover { color: #003366; text-decoration: underline }

a.tree:link { color: white; text-decoration: none }
a.tree:active { color: yellow; text-decoration: none }
a.tree:visited { color: white; text-decoration: none }
a.tree:hover { color: yellow; text-decoration: underline }

a.bee:link { color: #003366; text-decoration: underline }
a.bee:active { color: yellow; text-decoration: underline }
a.bee:visited { color: #003366; text-decoration: underline  }
a.bee:hover { color: yellow; text-decoration: underline }

a.map:link { color: #003366; text-decoration: none }
a.map:active { color: yellow; text-decoration: none }
a.map:visited { color: black; text-decoration: none }
a.map:hover { color: lightblue; text-decoration: underline }

a.nav:link { color: #003366; text-decoration: none }
a.nav:active { color: yellow; text-decoration: none }
a.nav:visited { color: #003366; text-decoration: none }
a.nav:hover { color: green; text-decoration: underline }
a.nav {
	font-family: Arial,  sans-serif;
	font-size: 12px;
	font-weight: bold;
}
</STYLE>
.BG {
	background-color: #33CCFF;
}
