body {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 10pt;
}

div#map {
	width: 99% !important;
	height: 398px !important;
	border: 1px solid #808285;
}

a, a:visited {
	color: #DB4112; /* Colour/style of link before clicking or hovering over it */
	text-decoration: underline; /* underline/none */
}
a:hover, a:active {
	color: #000; /* Colour/style of link when hovering or clicking */
	background: #FCEE21;
	text-decoration: none
}
