h1 { color: darkgreen; font-family:"impact";
text-align: center }

body { font-family:"helvetica", sans-serif;
text-align: center;
background-position: center bottom;
background-image: url(forest.jpg);
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;}

.container { max-width: 800px;
text-align: left;
margin: auto}

.active{background-color: green;
padding: 5px}

.divheading {
	width: 100%;
	height: 70px;
	text-align: center;
	background-color: #004d00;
	padding: 20px;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

.divnav {
	float: left;
	border: 3px outset green;
	border-style: outset;
	border-width: 4px;
	border-radius: 5px;
	background-color: darkseagreen;
	text-align: center;
	padding: 5.5px;
	margin: 6px;
}
	a{ text-decoration: none; }

.div1 {
	margin-left: auto;
	margin-right: auto;
	border: 3px outset darkgreen;
	border-width: 4px;
	border-style: outset;
	border-radius: 15px;
	text-align: justify;
	background-color: #e6ffff;
	max-width: 545px;
}


.divlog {
	position: absolute;
	top:175px;
	left:5px;
	bottom: 100px;
	right: 750px;
	border: black;
	border-width: 2px;
	border-style: dotted;
	border-radius: 15px;
	text-align: left;
	background-color: #e6ffff;
	max-width: 530px
}

a:link { color: black;
text-decoration: underline; }
a:visited { color: black;
text-decoration: underline }
a:hover { color: #29a3a3;
text-decoration: underline; }
a:active { color: gray;
text-decoration: underline; }


/* THIS IS MESSED UP???*/