body { 
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
}
h1 { 
	text-align: center;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none; 
	}
h2 { 
	text-align: center;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none; 
	}	

img {
	display: block;
	margin: 0 auto;
	
	width: 100%;
  max-width: 1000px;
  height: auto;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}