.LinkLocation a {
	color: #ff3000;
	font-size: 11pt;
  font-family:tahoma;
}

.LinkLocation a:link
{
	text-decoration: none;
}
.LinkLocation a:active
{
	text-decoration: none;
}
.LinkLocation a:visited
{
	text-decoration: none;

}
.LinkLocation a:hover
{
	text-decoration: underline;
	color:orange;

}
