<!--
	a:link { 
		font-family: verdana, arial, sans-serif;
		background-color: transparent;
		color: brown;
		text-decoration:none; }
	a:visited {
		font-family: verdana, arial, sans-serif;
		background-color: transparent;
		color: brown;
		text-decoration:none; }
	a:hover {
		font-family: verdana, arial, sans-serif;
		background-color: transparent;
		color: brown;
		text-decoration:underline; }
.reverse a:link { 
		font-family: verdana, arial, sans-serif;
		background-color: transparent;
		color: white;
		text-decoration:none; }
.reverse a:visited {
		font-family: verdana, arial, sans-serif;
		background-color: transparent;
		color: white;
		text-decoration:none; }
.reverse a:hover {
		font-family: verdana, arial, sans-serif;
		background-color: transparent;
		color: white;
		text-decoration:underline; }

-->