@charset "UTF-8";
.header {
	font-family: Arial;
	font-size: 42px;
	font-weight: bold;
	color: #a07e61;
}

.subheader {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #a07e61;
}

.body {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
}

.body a {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #A2A2A2;
	text-decoration: none;
	font-weight: bold;
}

.body img {
margin-left: 20px;
}

.body a:hover {
	color: #CCCCCC;
}

a, img {
outline: none;
border: none;
}