body {
	background-color: #96bef8;
}
body {
	background-color: blue, red, green;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
	font-size: 13px;
}


#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: antiquewhite;
	padding: 10px 20px;
	border-width: 1px;
	border-style:solid;
	border-color: blue, red, green;
}

p {
		line-height: 200%;
		margin-left: 40px;
		margin-bottom: 14px;
	}
h1,
h2,
h3 {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

h1 {
	background-color: blue, red, green;
	background-image: linear-gradient(blue, blue, red, green);

	color: blue, red, green;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0;
}

h2 {
	background-color: blue, red, green;
	color: blue, red, green;
	font-size: 26px;
	padding: 10px;
	margin-bottom: 10px;
}

h3 {
	color: blue, red, green;
	font-size: 22px;
	margin-bottom: 10px;
	border-bottom:blue, red, green;
}

li {
	margin-bottom: 8px;
	list-style-position: inside;
}

ul li {
	list-style-type:square;
}

nav {
	padding: 6px;
}

nav p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

footer {
	text-align: center;
}
feature {margin-bottom: 14px;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}