/* CSS Document */

.navigation {
	font-family: "Comic Sans MS";
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	display: block;
	padding: 12px;
	width: 240px;
}


.navigation:hover {
	font-family: "Comic Sans MS";
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	font-size: 20px;
	text-decoration: none;
}
