/**
 * Style alterations for openlayers mapping applications.
 *
 */
.openlayers-popup {
  color: #EEEEEE; 
}
.openlayers-popup a:link,
.openlayers-popup a:visited {
  color: #ccc;
}
.openlayers-popup a:active,
.openlayers-popup a:hover {
  color: white;
}
