body {
  background-color: #f2dcc2;
  background-image: url("/tumblr_oqbqhu4PcT1rbu59co1_left.png"), url("/tumblr_oqbqhu4PcT1rbu59co1_right.png");
  background-repeat: repeat-y;
  background-position: left, right;
}

.indented {   margin-left: 7.5%;   margin-right: 7.5%; }
.deepindented {   margin-left: 12%;   margin-right: 12%; }
 

a:link {
  color: #BB5F60;
}
a:active {
  color: #C39842;
}
a:visited {
  color: #502819;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: circle;
}