html {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}


body {
	background-color: #d5c9bd;
	margin: 0px;
	padding: 0px;
}

h1 {
	border-top: black 2px solid;
	border-bottom: black 2px solid;
	font-weight: normal;
	text-align: left;
	font-size: 36px;
	text-transform: uppercase;
}

h1 span {
	font-weight: bold;
}

.text {
	text-transform: uppercase;
	margin-top: -20px;
	text-align: left;
}

.text span {
	font-weight: bold;
	
}

a {
	color: black;
}

p { 
	text-align: center;
}

img {
	border: none;
	margin: 10px;
	margin-top: 25px;
	
}

#content {
	background-color: #ebe3d8;
	width: 750px;
	padding: 15px;
	padding-top: 125px;
	margin-left: auto;
	margin-right: auto;
	border: white 4px solid;
	border-top: none;
	padding-bottom: 50px;
}

#copyright {
	font-size: 9px;
	text-align: center;
	font-weight: lighter;
}
