﻿.mappin
{
	position:relative;
	top:-15px;
	cursor: pointer;
}
.pin 
{
	background:url('images/pin1.gif') no-repeat 0 0;
	height:30px;
	width:25px;
	color:#fff;
	text-align:center;
	font: bold 12px Arial;
}

/* Basic link format */
a:link, a:visited
{
	color: Navy;
}
a:hover
{
	color: Blue;
}