html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	color: #000;
	background-color: #88f;
	font-family:Verdana,sans-serif;
	font-size:15px;
	line-height:1.5;
}
p {
	line-height: 2;
	margin: 10px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Segoe UI",Arial,sans-serif;
	background: #77f;
	padding: 10px;
	font-weight:400;
	margin:30px 0;
}
h1{font-size:36px}h2{font-size:30px;}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}


header img {
	display: block;
	width: 100%;
	float: none;
}

nav ul {
	list-style-type: none;
	overflow: hidden;
	background-color: #338;
}
nav ul li {
	float: left;
	border-right:1px solid #bbb;
}
nav ul li:nth-last-child(2){
	border-right: none;
}
nav ul li:last-child {
	border-right: none;
	float: right;
}
nav ul li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
nav ul li a:hover {
	background-color: #114;
	color: #aaf;
}

a {
	text-decoration: underline;
	color: #118;
}
a:hover {color: #44f;}

article {
	background-color: #99f;
	padding: 15px;
	overflow: auto;
}

section{
	overflow: auto;
}

figure {
	background: #aaf;
	float: left;
	margin: 1%;
	padding: 1%;
	text-align: center;
	width: 46%;
}
figure:nth-of-type(odd) {
	clear:left;
}

img {
	width: 100%;
}

footer {
	color: #fff;
	background-color: #338;
	padding: 10px;
	text-align: center;
	clear: both;
}