body {
  padding-left: 2em;
  padding-right: 1em;
  padding-bottom: 3em;
  font-family: Verdana; font-size: 14px;  color: #cccccc;
  background-color: #606060}

h1 {
  text-align:center;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; color: #eeeeee}

h4 {
	margin-top: 0;
    margin-bottom: 0;
  text-align:center; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

table, th, td {
	margin-left:auto; margin-right:auto;
  border: 1px solid black;
  border-collapse: collapse;
  color: black;
   }

thead {color: #cccccc; background-color: #606060}

th, td {
  padding: 10px;}
  
tr:nth-child(even) {
			background-color: #f2f2f2;
		}
tr:nth-child(odd) {
			background-color: #ffffff;
		}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #6495ED;
}

