html, body {
    height: 100%;
}
html {
    font-size: 100%;
}
body {
    font-size: 0.8em;
    background-color: #14212F;
    font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
}
p { 
  margin: .75em 0;
}
h1, h2, h3, h4, h5, h6 { 
  margin: 1.2em 0 .5em 0;
  font-weight: bold;
  font-style: normal; 
} 
h1 {
  font-family: Garamond, Georgia, "New York", Times, "Times New Roman";
  font-size: 36px;
  font-style: italic;
  letter-spacing: 0.5em;
  font-size: 2em;
  margin-bottom: 2em;
  text-align: center;
  color: #14212f;
} 
h2 {
  font-family: Garamond, Georgia, "New York", Times, "Times New Roman";
  font-weight: normal;
  font-size: 1.3em; 
  letter-spacing: -.04em;
  line-height: 1em;
  border-bottom: 1px solid #b3170a;
  color: #b3170a;
} 
h3 { 
  font-size: 1.2em; 
} 
h4 { 
  font-size: 1em; 
}
a {
    text-decoration: none;
    color: #369;
}
a:hover {
    text-decoration: underline;
    color: #339;
}
a img {
    border: none;
}
table {
    border: 2px solid black;
    border-collapse: collapse;
    margin: .75em 0;
}
th, td {
    border: 1px solid gray;
    padding: 4px;
}
th {
    border-bottom-color: black;
}
ol, ul {
    margin: .75em 0 .75em 3em; 
}
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
}
input, button, select { 
  vertical-align: middle;
}
hr {
	width: 80%;
	margin: auto;
}
.center {
	text-align: center;
}