body {
    background-color:#add8e6;
}

p {
  font-size: 1.5em;
} 

a {
  color:dodgerblue;
}

.page{
  background-color: white;
}

div.topnav h1 {
  color: white;
  
}

div h1.pagetitle {
  font-size: 1.6em;
  font-weight: 600;
}
div.page h2 {
  font-size: 1.6em;
  font-weight: 600;
  display:inline;
}
div.page h3 {
  font-size: 1.6em;
  font-weight: 600;
  display:inline;
}

.tab {
  display: inline-block;
  margin-left: 1em;
}





