body {
	background-image: url(/texture.jpg);
	font-family: Georgia;
}

  h1 {
    font-size: 1.5em;
    border-bottom: 2px solid black;
    padding-left: 0.2em;
    padding-bottom: 2px;
  }

  p {
    font-size: 1.1em;
    margin-left: 1.0em;
  }
  
a {
  color: black;
  font-weight: bold;
}

a:visited {
	color: black;
}

