html {
  height: 100%;
  width: 100%;
}
body {
  font-family:     Verdana, Geneva, Arial, sans-serif;
  font-size:       big;
}
h1, h2 {
  color:           #00000;
  border-bottom:   thin dotted #888888;
}
h1 {
  font-family:     sans-serif;
  font-size:       220%;
}
h2 {
  font-size:       170%;
  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: 10px;
	}
	caption {
 font-style: italic;
 padding-top: 10px;
	}
	.center {
 text-align: center;
}
 tr:nth-child(odd){
 background-color: #ff8080;
 }
 
 tr:nth-child(even){
 background-color: #ffffff;
 }
  th {
 background-color: #e6e6e6;
 }
	.right {
 text-align: right;
}