.sectionBox {
	text-align: center;
	background-color: #333;
	border-radius: 25px;
	border: 5px solid #CCC;
	box-shadow: 4px 4px 8px #000;
}

body {
	font-family: Chalkboard;
	font-size: 24px;
	color: #DDD;
	background-color: #CCC;
}

.boxDropShadow {
	box-shadow: 4px 4px 8px #000;
}
p {
	margin: 15px;
	text-align: left;
	font-size: 18px;
}

h1 {
	color: #FCFF1D;
	font-size: 32px;
	font-family: Chalkduster;
	margin: 10px;
	font-style: normal;
	text-align: center;
}

h2 {
	font-size: 22px;
	color: #33CC00;
	text-align: left;
	font-weight: bold;
	font-family: Chalkduster;
	margin-left: 10px;
}
h3 {
	text-align: left;
	font-size: 20px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
a {
	color: #FFF6AE;
	text-decoration: none;
}
.subTitle {
	font-size: 13px;
	color: #999;
	text-align: center;
}
.smallText {
	font-size: 15px;
	text-align: center;
}
.hilited {
	color: #FCFB1E;
}
.centerImage {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
