html {
  height: 100%;
  width: 100%;
}
body {
  font-family:     Verdana, Geneva, Arial, sans-serif;
  font-size:       small;
}
h1, h2 {
  color:           #000000;
}
h1 {
  font-family:     sans-serif;
  font-size:       220%;
}
h2 {
  font-size:       130%;
  font-weight:     normal;
}
blockquote {
  font-style:      italic;
}
table {
 margin-left: 20px;
 margin-right: 20px;
 border: thin solid black;
 caption-side: bottom;
 border-collapse: collapse;
	}
	td, th {
 border: thin dotted gray;
 padding: 5px;
	}
	caption {
 font-style: italic;
 padding-top: 8px;
	}
.center {
 text-align: center;
}
 th {
 background-color: #00b8e6;
 }
 tr:nth-child(odd){
 background-color: #00b8e6;
 }