/* ---------------------Navigation bar------------------ */
#nav a {
  font: 10pt Arial;
  color: khaki;
  text-decoration: none;
  }
#nav a:hover {
  color: white;
  }


/* ------------------------Main box--------------------- */
a, a:visited {
  color: black;
  text-decoration: none
  }
a:hover {
  color: black;
  text-decoration: underline;
  }
p {
   font: 12pt Georgia, "Times New Roman";
   color: black;
   padding-bottom: 0.5em;
   }  
h1 {
   font: 20pt Georgia, "Times New Roman";
   color: black;
   padding-bottom: 0.5em;
   }
h2 {
   font: bold 14pt Georgia, "Times New Roman";
   color: black;
   text-decoration: underline;
   }
.entry {
   font: 12pt Georgia, "Times New Roman";
   color: black;
   padding-bottom: 1.5em;
   }
   
