@charset "UTF-8";
.pic {
	background-color: #CCCCCC;
	margin: 30px;
	padding: 20px;
	border: thick solid #999999;
	width: auto;
	float: left;
	height: auto;
}
.heading {
	font-family: Helvetica, Arial;
	font-size: 60px;
	font-weight: bold;
	color: #CC9B00;
	letter-spacing: -5px;
	text-align: left;
}
.subhead {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	letter-spacing: -1px;
}
.overall {
	background-position: center;
	margin: 40px;
}
