h2 {
	font-size: 30pt;
	margin-top: 25px;
}

h4 {
	font-size:20pt;
	font-style: italic;
}

#introheader {
	width: 600px;
	margin:0px auto;
	background-color:#7e113b;
	border-radius: 15px;
	overflow: hidden;
	padding: 15px;
	color: white;
	font-family: 'Montserrat', sans-serif;

}

#abouttext {
	font-family: Verdana, sans-serif;
	font-size:12pt;
	width: 600px;
	margin:0px auto;
	margin-bottom: 25px;
}

img {
	float:left;
	width: 200px;
	margin-right: 25px;
	border-radius: 15px;
}
body {
	width: 90%;
}
