#navbar {
  display: none; 
}
#logo {
  text-align: center;
}
img.modernonly {
  display: none;
}
body {
  font-family: sans-serif; 
  font-size: medium; 
  background-color: #ffffff;
}
h1 {
  font-size: x-large; 
  font-weight: bold; 
  text-align: center; 
  color: #000066
}
h2 {
  font-family: sans-serif; 
  color: #000066;
  font-weight: bold; 
  font-size: large;
}
h3 {
  font-family: sans-serif; 
  font-size: medium; 
  color: #000066;
}
h4 {
  font-family: sans-serif; 
  font-size: medium; 
  color: #000066; 
}
a {
  color: #000066;
}

