.navigation{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF000F;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 5px;
	width: 70px;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff000f;
	display: block;
	padding: 8px;
	width: 70px;
}

