BODY {
margin:0px;
font-family:Arial;
font-size:12px;
}
.maintd {
 background-image: url('./inc/img/main-background.jpg');
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #3355aa;
	display: block;
	padding: 8px;
	width: 140px;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #99aadd;
	display: block;
	padding: 8px;
	width: 140px;
}