html {
  height: 100%;
}
body {
  min-height: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
  background: #0F4D38;
}
main, div, td, p, li, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	color: #C6A75E;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {

}

a img {
	border: 0;
}

h1 {
	margin: 30px 0 5px 0;
	font-family: inherit;
	font-size: 1.7em;
	color: #C6A75E;
}
h2 {
	margin: 20px 0;
	font-family: inherit;
	font-size: 1.5em;
	color: #C6A75E;
}
h3 {
	font-size: 1.2em;
}
h1:first-child, h2:first-child, h3:first-child {
	margin-top: 0;
}

img[align="left"] {
	margin: 0 10px 10px 0;
}
img[align="right"] {
	margin: 0 0 10px 10px;
}
hr {
	border: 1px solid #FFF;
	border-top: 1px dotted #333;
}
td p:first-child {
	margin: 0;
}


main {
  display: block;
  text-align: center;
  padding: 20px;
}