body {
	background: url("./images/global_map_masked2.png") top center fixed no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #FFF;
}
a:link {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}
a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #031DBA;
}
a:active {
	text-decoration: none;
	color: #031DBA;
	font-size: 12px;
	font-weight: bold;
}

