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

.welcomechalkboard {
	float: left;
}
.centertext {
	margin-right: 70px;
	margin-left: 70px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 0px;
}
h2 {
	font-family: Calibri;
	font-size: 1.3em;
	color: #000000;
	font-style: italic;
}
h3 {
	font-family: 'Modern Antiqua', cursive;
	;
	font-size: 1.5em;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 70px;
}

.floatright {
	float: right;
}
.floatleft {
	float: left;
}

