* {background-color:#deb887} //


/*Change h1 to black */
h1 {color: black;
    font-family: arial;
    font-size: 300%
}
h2 {color: black;
    font-family: arial;
    font-size: 300%;
    }
h3 {color: black;
    font-family: arial;
    font-size: 300%;
    }
h4 {color: black;
    font-family: arial;
    font-size: 300%;
    }
/* remove bullets, margins, padding and set background color from list */
ul {
	list-style-type: none;
	margin: 0; padding: 0; overflow:hidden;
	background-color: #FAEBD7;
}

/*remove line breaks between each list item */
li {
	display: inline;
	float: left:	
}
/*style list items with anchor "a" */
li a {
	display: block; padding: 8px:
	text-decoration: none;
}
li a: hover {
	background-color: lightblue;
}
/*style the current active tab */
.active {
	background-color: Thistle;
}
/* center the image */
.txtcenter {text-align:center;}