/* style.css - a simple style sheet */

body {
  color: black; 
  background: white;
  font-family: Verdana, sans-serif;
}


h1,h2,h3,h4,h5 { 
  font-family: Verdana, sans-serif;
}


p { 
  font-family: Verdana, sans-serif;
}

span.toothorn {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #0000ff;
  text-transform: lowercase;
}
