@charset "UTF-8";
body{
	background-image: url("background.gif")
}
	h1 {
        font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
		font-size: 40px;
		color: #D9B890;
        text-align: center;
		padding: 1em;
    }
nav li {
	float:center;
	max-width: 40px;
	max-height: 90px;
    margin-left: 0em;
    padding-left: 5em;
	display:inline-block;
	text-emphasis-color: white;
}
    nav{
        color: #D9B890;
		font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
        font-size: 25px;
		text-align: center;
		padding: 1em;
    }
	a:link{
			color:white;
			text-decoration: none;
		}
	a:visited{
			color:white;
			text-decoration: none;
		}
	a:hover{
			color: white;
			text-decoration: none;
		}
	a:active{
			color:white;
			text-decoration: none;
		}
img {
    display: block;
	margin: 0 auto;
	padding: 1em;
	float:center;
}
a:link, a:visited, a:hover, a:active{
	text-color: white;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 20px;
	text-align: center;
	float:center;
	max-width: 30px;
	
}