@charset "utf-8";
/* CSS Document */
CSS Document
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;
}
/*-------*/
 HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*-------*/

body {
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		align-content: center;
		margin: 0 auto;
		width:500px;
		line-height: 1;
		vertical-align: middle;
		font-size: 1em;
		
		}
	
ol, ul{

	text-align: left;
	list-style: none;
}

ul, li{
	line-height: 22px;
	margin-bottom: 5px;
}

h1{
font-size: 30px;
color:navy;
margin-bottom: 15px;
margin-top: 18px;
background: #fff;
}

h2{
font-size: 20px;
color:navy;
font-weight: bold;
margin-bottom: 15px;
margin-top: 18px;
background: #B0F1FF;
}

h3{
font-size: 20px;
color:navy;
margin-bottom: 15px;
margin-top: 18px;
background: #B0F1FF;
}

h4{
font-size: 20px;
color:navy;
margin-bottom: 15px;
margin-top: 18px;
background: #fff;
}

header{
background-color: #FFDC9B;
padding: 30px;
text-align: center;
font-weight: bold;
	}
	
footer{
background-color: #FFDC9B;
padding: 30px;
text-align: center;	
}

a{
	text-decoration:inherit;
}

a:link {
color: navy;
}

a:visited {
color: #FFDC9B;
}

a:hover {
color: navy;
background-color:#B0F1FF; 
}


