head {
	background-color: whitesmoke;
	color: white;}

body {
	background-color: whitesmoke;
	color: white;}

.image-container {
      float: left;
      width: 33.33%;
  	  height: auto;
      padding: 5px;
      box-sizing: border-box;
    }
.image-container img {
      width: 100%;
      height: auto;
    }
  
h1 {
	text-align: center;
	font-family: serif;
	font-size: 60.0pt;
	
	color: black;}

h2 {
	text-align: center;
	font-family: serif;
	font-size: 16.0pt;
	
	color: black;}

h3 {
	text-align: left;
	font-family: arial;
	font-size: 32.0pt;

	color: white;}

h4 {
	text-align: center;
	font-family: ariel;
	font-size: 30.0pt;
	color: darkseagreen;}

p {
	text-align: center;
	font-family: serif;
	font-size: 20pt;
	line-height: 110%;
	color: black;}

p.sml {
	text-align: center;
	font-family: serif;
	font-size: 26pt;
	line-height: 110%;
	color: black;}

p.green {
	text-align: center;
	font-family: serif;
	font-size: 26pt;
	line-height: 70%;
	color: darkseagreen;
	font-weight: bold;}	

img.align-center  {
	display:block;
	margin: 0px auto;}

blockquote {
	float: right;
	width: 500px;
	font-family: arial;
	font-size: 30pt;
	line-height: 110%;
	margin: 0px, 0px 10px 10px;}

footer {
	background-color: whitesmoke;
	text-align: center;
	font-family: serif;
	font-size: 16pt;
	line-height: 110%;
	color: black;}