#infowin {
  position : absolute;
  left : 0px;
  top : 0px;
  background-color : #000000;
  opacity : 0.9;
  border : 2px solid #000000;
  padding : 0px;
  z-index : 1001;
  overflow : auto;
  cursor : default;
}

a.info:link {
  color : #000000;
  text-decoration : none;
  border-bottom: 3px double;
}

a.info:visited {
  color : #000000;
  text-decoration : none;
  border-bottom: 3px double;
}

a.info:hover, a.info:active {
  background : #00000;
  border-bottom: 3px double;
}
