/*
********************************************
    TYPOGRAPHY AND COLOR RULES
********************************************
*/

body {
  margin: 0;
  padding: 0;
  }

body, p, h1 {
  /*
  This rule has multiple selectors to ensure that the styles are carried
  down into the necessary elements in NN4, which is notoriously flaky in its
  handling of inheritance.
  */
  font-family: "Times New Roman", Times, serif;
  color: #000;
  background: none;
  }

a:hover {
  text-decoration: underline;
  }

h1 {
 font-style: italic;
 }

h2 {
 font-size: 14pt;
}

/*
********************************************
    LAYOUT RULES
********************************************
*/

.nav {
  color:#000000;
  background-color:#ffc640;
  float: right;
}

