/* CSS Document */

body {background-color: #bebff2;
}
p{
	font-family: papyrus;
	color: #993366;
}	
.style1 {
	font-family: papyrus;
	font-weight:bold;
	font-size: 36px;
}
.navigation {
	font-weight: bold;
	color: #993366;
	font-family: papyrus;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
}
.style2 { font-family: papyrus; color: #003366; font-size: 18px;
}
.head2 { font-family: papyrus; font-size: 20px; font-weight: bold; color: #003366
}
.navigation:hover {
	font-weight: bold;
	color: #993366;
	font-family: papyrus;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
	background-color:#CC99CC;
	}
.style3 { font-family: caslon; color: #003366; font-size: 16px; font-style: italic;
}