li {font-family: verdana, arial}
h3 {color:maroon}
b  {color:maroon}
a:active    {
	font-weight: bold; 
	text-decoration: none; 
	color: red
	}
	
a:visited    {
	font-weight: bold; 
	text-decoration: none; 
	color: red
	}
	
a:hover    {
	font-weight: bold; 
	text-decoration: none; 
	color: black
    }
	
a:link    {
	font-weight: bold; 
	text-decoration: none; 
	color: maroon
	}
	
td {font-family:copperplate, verdana, arial}