.WhereAmI a:link 
{ 
	color: Blue;
}
.WhereAmI a:active 
{ 
	color: Blue;
}
.WhereAmI a:visited 
{ 
	color: Blue; 
}
.WhereAmI a:hover 
{
	color: Blue;
	font-style: normal;
	font-family: Arial;
}
.WhereAmI 
{
	font-family: Arial; 
	font-size: 14px; 
	color: Blue;
	text-decoration: none;
}
