html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
  font-weight: bold;
  border: 1px solid black;
  background-color: #d9d9d9;
}

tr:nth-child(odd) {
  background-color: #f2f2f2;
}

tr:nth-child(even) {
  background-color: #d9d9d9;
}

td {
  text-align: center;
  border: 1px solid black;
}

body {
  line-height: 1.25;
  /* max-width: 800px; */
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana, sans-serif;
}

#logo {
  padding: 0.8em;
  box-shadow: 0px 0px 4px #2d2d2d; 
}

#logo img {
  max-height: 3em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #2b5e82;
  margin: 0.8em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

strong {
  font-weight: bold;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

code {
  font-family: monospace;
}

p {
  margin: 1em;
  max-width: 800px;
}

li {
  margin-left: 2em;
}
