/* -----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;
}

#content {background: wheat;}

#one h2, #two h2, #three h2 {
	padding: 10px;
	background: lawngreen;
	color: red;
	font-weight: bold;
}
#one ul, #two ul, #three ul {
	padding: 10px 10px 10px 40px;
	font-family: "Times New Roman", Times, serif;
}
a:link, a:visited {color:black; font-size: 12px; font-weight:bold; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
a:hover {color:blue; font-weight:bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}

#buttons img {
	padding: 0 0px 0px 2px;
	box-shadow: 5px 5px 5px grey;
	margin-bottom: 10px;
}
	
#buttons figcaption {
	text-align: center;
	color: blue;
	font-style: italic;
	padding-bottom: 10px;
}

#footer {
	background: aqua;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
