.map {
  font-family: Verdana;
  font-size: 12px;
  text-align: justify;
}

a.map:link {
  text-decoration: underline;
  color: Black;
}
a.map:hover {
  text-decoration: underline;
  color: Black;
}
a.map:visited {
  text-decoration: underline;
  color: Black;
}
a.map:active {
  text-decoration: underline;
  color: Black;
}



A.white {
	Color : #FFFFFF;
	text-decoration : underline;
}
A.white:visited {
	Color : #FFFFFF;
	text-decoration : underline;
}
A.white:hover {
	Color : #FFFFFF;
	text-decoration : none;
}
A.white:active {
	color: #FFFFFF;
	text-decoration: none;
}
