@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F29A76;
	background-color: #333333;
}
.main {
	width: 998px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
}
p {
	color: #F29A76;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.image {
	float: left;
	width: 48%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}


a:link {
	color: #F29A76;
	text-decoration: none;
}
a:visited {
	color: #F29A76;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
