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

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;
}

p {
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	margin-bottom: 15px;
}

i {
	background: none;
}

p2 {
	background: none;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: #6D213C;
	font-weight: bold;
	margin-bottom: 15px;
}

body {
	background: none;
}

.container {
	background: none;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	padding: 0; /*
	border-style: solid;
	border-width: 1px; */
	min-height: 725px; 
	min-width: 750px;
	max-height: 725px;
}

.left {
	background: none;
	float: left;
	width: 25%;
	height: 100%; /*
	border-style: solid;
	border-width: 1px; */
}

.right {
	background: none;
	float: right;
	width: 50%; /*
	border-style: solid;
	border-width: 1px; */
	height: 100%;
}

.title {
	background: none;
	width: 200px;
	display: inline-block; /*
	border-style: solid;
	border-width: 1px; */
}

.pages {
	background: none;
	width: 100px; /*
	border-style: solid;
	border-width: 1px; */
}

.about {
	background: none; /*
	border-style: solid;
	border-width: 1px; */
	width: 100%;
	display: inline-block;
}

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;
}

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

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

.a2:hover {
	color: black;
	text-decoration: none;
	background: none;
}

.a2:active {
	color: black;
	text-decoration: none;
	background: none;
}