@charset "utf-8";
/* CSS Document */
.centered{
text-align:center;	
}
.boldpurple {
	color: #3D0A3D;
	font-weight: bold;
	font-size: 1.1em;
	text-indent: 1em;
}
.head {font-size: 1.3em;
	   font-weight: bold;
	   padding-top: 10px;
	   padding-bottom: 10px;
	   color: #3D0A3D;
	   }
	   
#content {
	color: #3D0A3D;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
}
.white {
	color: #FFF;
}

.backgroundpurple {
	background: #760d75;
}
#content h2 {
	font-size: 24px;
	margin: 0px;
	padding: 10px;
}
