A:hover{
color: red;
}

.navtop:VISITED {
	  text-decoration : none;
	  color : white; }
.navtop:LINK {
	  text-decoration : none;
	  color : white; }
.navtop:HOVER {
	  text-decoration : none;
       	  color : gold; }
.navtop:ACTIVE {
	  text-decoration : none;
	  color : red; }



