a.language {
	background: Red;
	font-size: 110%;
	color : White;
	font-weight : bold;
	text-decoration: none;
	display : block;
}

a.language:active {
	text-decoration : underline;
	background: Red;
	font-size: 110%;
	color : White;
	font-weight : bold;
	display : block;
}

.splash, .splashhistoric, .splashparks, .splashmarine {
	color: #000000;
	font-size: 130%;
	font-weight : bold;
	padding: 5px;
}

.name {
	color: Black;
	font-size: 150%;
	font-weight : bold;
}

