			h1 {
				color: #005f86;
				font-family:Helvetica;
				}
			h2 {
				color: #363945;
				font-family:Helvetica;
				font-style: italic;
				}
			h3 {
				color: #F96714;
				font-family:Helvetica;
				}
			h4 {
				color: #363945;
				font-family:Helvetica; 
				margin-bottom: 0em;
				}
			.header {
				margin: 0em 1em 0em 1em;
				}
			body {
				background-color: #EFE1CE;
				color: #16181d;
				font-family:Georgia;
				max-width: 1280px;
				margin: auto;
				}
			ul {
				list-style-type: circle;}
			img { 
				max-width: 100%;
				height: auto;
				}
			a {
				color: #005f86;
				background-color: transparent;
				text-decoration: underline;
				text-decoration-style: dotted;
				}
			.topnav {
				margin: 0em 0em 1em 0em;
				}
			.topnav a {
				background-color: #363945;
				color: #EDF1FF;
				font-family:Helvetica;
				padding: 0.25em 3.4em;
				text-align: center;
				display: inline-block;
				text-decoration: none;
				margin:  1em 1em 0em 1em;
				}
			.topnav a.active {
				background-color: #A0DAA9;
				color: #363945;
				font-family:Helvetica;
				padding: 0.25em 3.4em;
				text-align: center;
				display: inline-block;
				text-decoration: none;
				margin:  1em 1em 0em 1em;
				font-weight: bold;
				}
			th, td {
				border: 1pt dotted #363945;
				padding: 0.25em 0.6em;
				}
			table {
				border-collapse: collapse;
				}
			iframe {
				border:0;
				padding: 1em 1em;
				max-width: 100%;
				}
			.main {
				margin: 0em 1em 1em 1em;
				}
			.footer {
				color: #939597;
				font-size: 0.9em;
				margin: 3em 0em;
				text-align: left;
				}
			@media screen and (min-width: 100px) {
				html {
					font-size: 20px;
					}
				img {
					max-width:100%;
					height: auto;}
				iframe {
					height:20em;
					width:auto;
					}
				}
			@media screen and (min-width: 700px) {
				html {
					font-size: 18px;
					}
				.topnav,.header {
					text-align: center;
					}
				iframe {
					height:30em;
					width:20em;
					}
				}
			@media screen and (min-width: 900px) {
				html {font-size: 16px;}
				iframe {
					height:40em;
					width:30em;
					}
				}
