body {
  margin: 0;
  padding: 0;
  background-color: #FFCC99;
  font-family: arial, sans-serif;
  }

a, p, ul, li, h1, h2, h3 {
  /*
  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: arial, sans-serif;
  font-size: 14px;
  }

a {
  text-decoration: underline;
  font-weight: bold;
  }

a:hover {
  text-decoration: none;
  }

.motto {
  font-weight: bold;
  /*font-style: italic;*/
  font-size: 12px;
  }

.subnav {
  font-size: 10px;
  padding-top=2;
  padding-bottom=2;
  }
 
 .productname {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-family: arial, sans-serif;
  } 

 .currentlocation {
  font-size: 14px;
  font-weight: bold;
  } 