html, body {
  height:100%;
  margin: 0px 0px 0px 0px;
}

html {
  background:url(highfalls.jpg) no-repeat center fixed;
  background-size:cover;
}

body {
  font-family:"Palatino Linotype", "Garamond", times, "Times New Roman";
  /*font-family:sans-serif;*/
  color:white;
}

p {
  font-size:1em;
  padding:1.0em 2.0em;
  margin:0.5em 1.0em;
}

p.center {
  text-align:center;
}

#content {
  position:relative;
  left:0;
  right:0;
  margin:1.5em auto;
  text-align:left;
/*border:0.2em solid gray;*/
  height:30em;
  width:60em;
} 

a:link, a:visited, a:active {
  color:#425576;
  text-decoration:none;
}
a:hover {
  color:#8ba1b9;
}
