a {
color: blue;
text-decoration: none;
}

a:hover {
color: white; 
text-decoration: none;
background: navy;
}

h1 { 
font-size: 18px; 
}

div.centered table {
margin: 0 auto; 
text-align: left;
}
