h1{
	font-family: 'Lobster', cursive;
	color: #125688;
	font-size: 50px;
	margin: top 5px right 15px bottom 5px left 15px;
	padding: 10px;
}

h2{
	font-family: proxima-nova, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #4b4f54;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 20px;
	text-align: center;
}
ul{
	list-style-type: none;
	margin: 0;
	padding:0;
	font-family: courier;
}
li{
	display: inline;
	font-family: proxima-nova, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	color: #125688;
}

img {
	width: 100%;
/*	float: left;*/
}

body{
	text-align: center;
}

footer{
	text-align: left;
}