body {
	margin:0;
	padding:0;
}
  table.center {
    margin-left:auto; 
    margin-right:auto;
	width:960px;
	font-family:arial,helvetica;
  }
.button {
  background-color: DarkBlue; 
  border: none;
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
table.list {
    margin-left:auto; 
    margin-right:auto;
	width:960px;
	font-family:arial,helvetica;

	tr:nth-child(even) {background-color: #f2f2f2;}
	th, td {
	  padding: 15px;
	  text-align: left;
	}
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: royalblue;
  color: white;
  font-size:8pt;
  text-align: center;
  padding: 2px;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}