@charset "utf-8";
main {
	width: 100%;
	clear: both;
	border: 1px solid #000;
}
main article{
	background-color: #FFF;
	width: 100%;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	margin-top: 50px;
	
}
.coverphoto {
	width: 100%;
	padding-top: 6%;
}
article a{
	color: #000000;
	text-decoration: none;
}
article a:hover{
	color: #A7A7AB;
	text-decoration: none;
}
.emailarea {
	margin-top: 50px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
