A {

}
AREA {
  cursor: pointer;
  }

a:link, a:visited {
	
color: blue;

}

a:active {
color:fuchsia;
}

a:focus, a:hover {
color: red;

}

.navigation {
  cursor: pointer;
  }

