#infowin{
  position : absolute;
  display:none;
  font-family: "Goudy Old Style”, "Times New Roman", ”Comic Sans MS";
  left : 0px;
  top : 0px;
  background-color : #FFFFFF;
  opacity : 0.9;
  border : 2px solid #333333;
  padding : 6px;
  z-index : 1001;
  overflow : auto;
  cursor : default;
}
a:link {
  color : black;
	font-family: "Goudy Old Style”, "Times New Roman", ”Comic Sans MS";
  text-decoration : none;
  border-bottom: none;
}

a:visited {
  color : black;
	font-family: "Goudy Old Style”, "Times New Roman", ”Comic Sans MS";
  text-decoration : none;
  border-bottom: none;
}

a:hover, a.info:active {
  background : pink;
	font-family: "Goudy Old Style”, "Times New Roman", ”Comic Sans MS";
  text-decoration : none;
  border-bottom: none;
}
#googlediv{
  position : absolute;
  font-family: "Goudy Old Style”, "Times New Roman", ”Comic Sans MS";
  background-color : #FFFFFF;
  opacity : 0.9;
  border : 2px solid #333333;
  padding : 6px;
  z-index : 1000;
  overflow : auto;
  cursor : default;
}

