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

body {
  font-family: "Arial", "Times New Roman", serif; 
}
h1,h2,h3 { 
  font-family: "courier new", "AGaramond Bold", "Times New Roman", sans-serif; 
}
