body {
  color: #663300;
  background-color: #e3ca8d;
  font-family: "Times New Roman", serif;
  font-size: 12pt;
}

h1 {
  font-style: italic;
  text-indent: 5em;
}
  
h2 {
  font-style: italic;
  text-indent: 2em;
}
  
a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: none;
}

img {
  border: none;
}

hr {
  color: #663300;
}

p {
  text-align: justify;
  margin-left: 5%;
  margin-right: 5%;
}

p:first-letter {
  font-size: 200%;
  font-style: italic;
  float: left;
} 
