/* Northam Farm Map Enlargements CSS Document */

a img{
     border:none;
}
body {
	background-color: #99ccff;
}
.map_text {
	font-family: Arial;
	font-size: 12px;
}
.maptext_bold {
    font-family: Arial; 
	font-size: 12px; 
	font-weight: bold;
}
.map_link {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
}
/* --------------------Black Link*/
a.white_link:link {
	color: #000000;
}
a.white_link:visited {
	color: #000000;
}
a.white_link:hover {
	color: #999999;
}