body { background-image: url("images/background1.jpg"); 
	width: 800px;
	margin: auto;
	}
		
	
#h1 { font-family: broadley; 
	font-size: 230%;
	color: white
	text-align: center;
	padding: 5px;
	}
	
h1 { font-family: Monarda; 
	font-size: 200%;
	color: white;
	text-align: center;
	padding: 5px;
	}
	
	h3 { font-family: Lobster; 
	font-size: 150%;
	color: white
	text-align: center;
	padding: 5px;
	}
	
	h4 { font-family: Lobster; 
	font-size: 150%;
	color: white
	text-align: center;
	padding: 5px;
	}
	
	h2 { font-family: monarda; 
	font-size: 150%;
	color: white;
	text-align: center;
	padding: 5px;
	}
	
p { font-family: comic sans;
	font-size: 100%;
	color: white;
	text-align: left;
	line-height: 125%;
	}
	
	
ul { font-family: comic sans;
	font-size: 100%;
	color: white;
	text-align: left;
	line-height: 125%;
	}
	
hr { width: 300px;
	color: white;
	background-color: white;
	height: 3px;
	}

#body { background-color: #eac9c2;
	margin: 35px;
	padding: 20px;
	margin:10px;
	}
	
footer { background-color: white;
	margin: 35px;
	padding: 20px;
	text-align: center;
	}

img { float: left;
	margin: 5px;
	border-style: ridge;
	border-width: 10px;
	border-color: white;
	}
	

.myButton {
	box-shadow: 0px 10px 14px -7px #00098a;
	background:linear-gradient(to bottom,#EAC9C2 5%,#EED5F7 100%);
	background-color:#dbddff;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 15px;
	text-decoration: italic;
	text-shadow:0px 1px 0px #002bff;
}
.myButton:hover {
	background:linear-gradient(to bottom, #a2a7e0 5%, #dbddff 100%);
	background-color:pink;
}
.myButton:active {
	position:relative;
	top:1px;
}


a:link { color: white;
	font-family: monospace;
	}
	
a:hover { color: white;
	font-size: 300%;
	font-family: impact;
	font-style: italic;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bolder;
	}
	
a:visited { color: white; 
	font-family: monospace;
	font-size: 155%;
	font-family: impact;
	font-style: italic;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bolder;
	}

marquee {
	width: 100%;
	padding: 10px 0;
	background-color: #eac9c2;
	font-size: 30px;
    font-weight: 800;
    color: white;
    font-family: Mrs Eaves;
	}
