body {
	text-align:left;
	background-color:#1e90b4;"
}
header, footer {
    padding: 1em;
    color: white;
    background-color: #000066;
    clear: left;
    text-align: center;
	font: 8px 'Aptos'; 
}

p{
 	text-align: center;
	font: 18px 'Aptos';        
	background: #000066;      
	color: white;
}

table.results tr.result{
  text-align: center;
}
tr.resultheader th.resultheader{
  text-align: center;
}
.time {
 	text-align: center;
	font: 18px 'Aptos';        
	background: #000066;      
	color: white;

}
    .myButton {
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	background-color:#ededed;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#3a8a9e;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding:1px 25px;
	text-decoration:none;
}
.myButton:hover {
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	background-color:#bab1ba;
}
.myButton:active {
	position:relative;
	top:1px;
}
.laButton {
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	background-color:#ededed;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#3a8a9e;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding:10px 25px;
	text-decoration:none;
}
.laButton:hover {
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	background-color:#bab1ba;
}
.laButton:active {
	position:relative;
	top:1px;
}