/* CSS Document */

p{
	font-family: "Calibri Light", Calibri;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	padding: 10px;
}

.navigation {
	font-family: "Calibri Light", Calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover {
	font-family: "Calibri Light", Calibri;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 140px;
}
