@font-face {
  font-family: "Old London";
  src: url(fonts/OldLondon.ttf);
  font-weight:normal;
  font-style:normal;
}
h1 { 
  font-family: "Old London";
}
nav, footer, p {
  font-family: courier;
}

@media only screen and (max-width: 800px) and (min-width: 600px) {
  #nav_contents {
    font-size: 10px;
  }
}
#message, footer p {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.vidlinks, .mobilevidheader {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
