body {
  background-color: #ffd;
  font-family: sans-serif;
}

h1,h2,h3,h4,p {

}

h1,h2,h3,h4 {
  font-family: Trebuchet MS, sans-serif;
}

h1 {
  line-height: 1.0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  margin-left: 0px;
  padding-left: 70px;
  background: url(/images/shiny.png) no-repeat;
}

#nav {
  background-color: navy;
  color: white;
  padding: 0.5em;
}

#nav a {
  color: white;
}
#nav a:hover {
  color: navy;
  background-color: white;
}
a {
  text-decoration:none;
}

a:hover {
  border-bottom: dotted 1px; 
}
