/* CSS Document */


.navigation{
	font-family: "Lucida Handwriting";
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 135px;
}

.navigation:hover{
	font-family: "Lucida Handwriting";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
	display: block;
	padding: 8px;
	width: 140px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #000000;
}
