/* Body and Links */


body {
	color: #373737;
	line-height: 1.3;
	margin: 0;
	background: url(bknd.jpg) repeat center top;
	background-size: 100% auto !important;
}

a {
	color: #002A7B;
	text-decoration: none;
}

a:visited {
	color: #0460AD;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #47C700;
	outline: 0;
}

a:hover {
	text-decoration: underline;
	color: #47C700;
}

.body-copy {
	font-size: 24pt;
}

.contact-copy {
	font-size: 14pt;
}


@media (max-width: 424px) {


	body {
		background-size: auto 100% !important;
	}

	.body-copy {
		font-size: 18pt;
	}

	.contact-copy {
		font-size: 12pt;
	}

}

