@charset "ISO-8859-1";

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.row:after {
	content:"";
	display: table;
	clear: both;
}

.right {
	width: 50%;
	background
	height: auto;
	float: right;
	overflow: auto;
}

.left {
	width: 50%;
	height: auto;
	float: left;
	overflow: auto;
}

.rightimg {
	width: 50%;
	height: auto;
	float: right;
	overflow: auto;
	padding: 25px 0;
}

.leftimg {
	width: 50%;
	height: auto;
	float: left;
	overflow: auto;
	padding: 25px 0;
}

div {
	display: block;
}

h1 {
	font-size: 35px;
	font-style: normal;
	font-family: "Times New Roman", Times;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: black;
}

h2 {
	font-size: 25px;
	font-style: normal;
	font-family: "Times New Roman", Times;
	font-weight: bold;
	text-align: center;
	color: black;
}

p {
	font-style: normal;
	font-family: "Times New Roman", Times;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	float: none;
}