/* CSS Document */

.navigation{
	font-family: "Bradley Hand ITC";
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: inline;
	padding: 25px;
	width: 140px;
}

.navigation:hover{
	font-family: "Bradley Hand ITC";
	font-size: 17px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline;
	padding: 25px;
	width: 140px;
}

.email{
	font-family: "Incised901 Lt BT";
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCFF;
	display: inline;
}

.email:hover{
	font-family: "Incised901 Lt BT";
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCFF;
	display: inline;
	padding: 25px;
	width: 140px;
	}

.link{
	font-family: "Bradley Hand ITC";
	font-size: 23px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
	background-color: #000000;
	display: marker;
}
