@charset "UTF-8";
h1 {
	font: bold normal 1.3em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight: normal;
}
h2 {
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;
	color: #950505;
	text-align: center;
}
p {
	font: 1em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: left;
}

h3 {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
}
h3 {
	font: italic normal .9em Georgia, "Times New Roman", Times, serif;
}
caption {
	text-align: center;
}
h4 {
	font-size: 2.1em;
	color: #993200;
	text-align: center;
}
.events {
	padding-left: 100px;
	padding-right: 100px;
}
.alignLeft {
	text-align: left;
}
.center {
 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

}