@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(images/DSC_2082bgFW.png);
	background-repeat: repeat-y;
	background-size:cover;
	margin: 0;
	padding: 0;
}

h1 {
	text-decoration: none;
	font-family:"Courier New", Courier, monospace;
	padding: 0;
	margin: 0;
	}

.heading1 {
	text-decoration: none;
	color: black;
	font-size: 180%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
.heading2 {
	text-decoration: none;
	color: white;
	font-size: 150%;
	margin: 0 auto;
	text-align: center;
	}
	
.headingBox {
	padding: 300px 200px;
	text-align:center;
	width: 100%;
	margin: 0;
	}
	
a {
	text-decoration: none;
}