* {
	margin: 0;
	padding: 0; 
	box-sizing: border-box;
	background-image: url("beachman.jpg");
	background-color: lightblue;
	background-size: 100%;
	min-height; 750px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt; 
	background: none;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	word-spacing: 20px;
	background: none;
}

body {
	background: none;
}

.container {
	background: none;
	min-width: 650px;
	margin-left: 15%;
	margin-top: 20%;
	margin-right: 15%;
}

.title {
	margin-right: 20%;
	width: 200px;
	display: inline-block; 
	background: none;
}

.pages {
	width: 250px;
	display: inline-block;
	background: none;
	margin-left: auto;
	text-align: right;
}

a:link {
	color: black;
	text-decoration: none;
	background: none;
}

a:visited {
	color: black;
	text-decoration: none;
	background: none;
}

a:hover {
	color: #6D213C;
	text-decoration: none;
	background: none;
}

a:active {
	color: orange;
	text-decoration: none;
	background: none;
}