@import url(https://fonts.googleapis.com/css?family=Abril+Fatface&subset=latin,latin-ext);
body {
     background: white;
     text-align: center;
     margin: 0; padding:0;
     font-size: 14pt;}
h1 {color: #23F;
}

#menu {
background: #003CAB;
padding: 1em;
margin-bottom: 2em;
}

#menu a{color: white;font-family: 'Abril Fatface', cursive; text-decoration: none; font-variant: small-caps;}
#menu a:hover {color: pink;font-weight: normal;}
#menu a:active {color: #003cab; background: white;}

a {text-decoration: none; color:#003cab;}
a:hover {font-weight: bold;}

table{margin-left:auto; margin-right: auto;background: black;}
td {background: white;}