.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
	margin-left: 30px;
	line-height: 3px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.navigation a:link {
	color: #000000;
	text-decoration: none;
}
.navigation a:visited {
	text-decoration: none;
	color: #000000;
}
.navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.navigation a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

