body {
  background-color:#99CCFF;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14pt;
}

h1,h2,h3,h4 {text-align:center; border-bottom:medium solid;}

/* Link button styling */
.buttons a, .buttons button{
  display: inline-block;
  color: white;
  background-color: #004EF7;
  border-style: outset;
  border-color: #004EF7;
  border-radius: 0.75em;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
  padding: 0 0.5em;
  margin: 0.25em 0.33em;
}
.buttons a img, .buttons button img{
  margin-right: 4px;
  border: none;
  vertical-align: middle;
}
.buttons a:hover, .buttons button:hover{
  color:red;
  background-color: white;
}
.buttons a.active, .buttons a.active:hover, .buttons button.active, .buttons button.active:hover{
  border-style: inset;
  color:white;
  background-color: navy;
}
div.nav {text-align:center; font-size:18pt;}
