coords {
          fill: transparent;
          cursor: pointer;
          transition: fill 0.2s
		}
		
img area:focus,
img area:hover {
         outline: none;
		}
img area:focus,
img area:hover {
        fill: rgba(30,222,121, 0.25);
          cursor: pointer;
}
area:hover{
	
	fill: rgba(30,222,121, 0.25);
          cursor: pointer;
}

area:link, area:hover, area:active, area:focus {
   border: 5px #f00 solid;
}