body {
  font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 36px;
	color: #FFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #ddd;
}
.main {
	background-color: #f9ea99;
}
.indeximg {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.imgleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.imgright {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
