/*
 * halconember.com style sheet
 */

body {
  background: url("lake.jpg");
}

#heading {
  margin: 1em;
  color: #000; 
  font-size: 40px; 
  font-family: Georgia; 
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}

#subheading {
  color: #000000; 
  font-size: 20px; 
  font-family: Georgia; 
  font-style: italic;
  text-align: center;
}

#nav {
  float: left;
}
ul.nav {
  font-size: 15px; 
  font-family: Georgia; 
  font-style: italic;
  list-style-type: none;
  line-height: 200%
} 
ul.nav a:visited {
  color: #000;
  text-decoration: underline;
}
ul.nav a {
  color: #000;
  text-decoration: underline;
}
ul.nav ul {
  font-size: 10px;
  list-style-type: none;
  line-height: 150%;
}

#content {
  margin-left: 18em;
}

p.prose {
  color: #000000; 
  font-size: 12px; 
  font-family: Georgia; 
  font-style: italic;
  text-align: center;
}

img.bordered {
  border: 10px solid #000000; 
}
