
div.nav a
{
  text-decoration: none;
}

div.nav a:hover
{
  text-decoration: underline;
}

h2
{
  font-size: 1.2em ;
  color: #008000 ;
  margin-top: 3em;
}

div.listItem
{
  margin-top: 0.5em;
}

