@charset "UTF-8";
/* CSS Document */

p {
	font-family: Candara;
	font-size:25px;
	color:#441144;
	line-height: 23px;
	padding: 7px;
	background-color: #FFFF55;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #7C5;
	border-right-color: #7C5;
	border-bottom-color: #7C5;
	border-left-color: #7C5;
}
.bold {
	font-family: Candara;
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	color: #990000;
}
.style1 {
	font-family: Candara;
	font-size: 76px;
	color: #660066;
}
.navigation {
	font-family: Candara;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 185px;
	background-color: #77CC55;
	border-top-color: #414;
	border-right-color: #414;
	border-bottom-color: #414;
	border-left-color: #414;
}  
