/* -----reset browser styles------------------------------------------------------------------ */

* {padding: 0; margin: 0; font-size: 100%; font-weight: normal;}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* -----body styles div's--------------------------------------------------------------------- */

body {
	font-family: sans-serif;
}

#Wrapper {
	font-family: sans-serif;
	background: black;
	padding: 10px;
}

#header {
	background: aqua;
	padding-bottom: 10px;
	padding-top: 10px;
	letter-spacing: 3px;
}

#header h1 {
	text-align: center;
	font-style: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 32px;
}

#header2 {
	padding-bottom: 10px;
	padding-top: 10px;
	letter-spacing: 3px;
}

#header2 h1 {
	text-align: center;
	font-style: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 32px;
}

#content {
	background: wheat;
}

#one h2, #two h2, #three h2 {
	padding: 10px;
	background: lawngreen;
	color: red;
	font-weight: bold;
}
#one p, #two p, #three p {
	padding: 10px 10px 10px 20px;
	font-family: "Times New Roman", Times, serif;
}

#colorbuttons {
	padding-left: 10px;
	padding-right: 10px;
}

#buttons {
	text-align: center;
}

#buttons img {
	box-shadow: 5px 5px 5px grey;
	margin-bottom: 10px;
}
	
#buttons figcaption {
	color: blue;
	font-style: italic;
	padding-bottom: 10px;
}

#ghost_container p {
	color: blue;
	font-style: italic;
	text-align: center;
	font-size: 18px;
}

#footer {
	background: aqua;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
