@charset "utf-8";
body {
	background-color: #2DA0B4;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
}

a:link, a:visited
{
	color: #2DA0B4;
	;
	text-decoration: none;
}



a:active, a:hover
{
	color: #EF4705;
	text-decoration: none;
}
