@media screen {
  html>body *[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  a[href][title], html>body a[href] *[title] {
    cursor: pointer;
  }
}
a:link, a:visited {
  background-color: transparent;
  color: blue;
  text-decoration: underline;
}
a:hover {
  background-color: transparent;
  color: red;
  text-decoration: none;
}
blockquote {
  border: 2px outset;
  padding: 1em;
}
blockquote, q {
  font-style: italic;
}
blockquote h1, blockquote h2 {
  font-size: 95%;
}
body {
  background: white url("paper.png") top left repeat-y;
  color: black;
  font: smaller "Trebuchet MS", "Trebuchet", "Arial", "Verdana", sans-serif;
  margin-left: 100px;
  margin-right: 25px;
}
h1 {
  text-align: center;
  text-decoration: underline;
}
h2 {
  border-bottom: 1px solid #ccc;
}
img {
  /*border: 1px solid black;*/
}
ins {
  text-decoration: none;
}
/*ins:after {
  display: block;
  content: "Written on "attr(datetime);
  text-align: right;
  font: italic smaller "Courier New", monospace;
}
a:lang(en) {
  quotes: "‘", "’", "“", "”";
}*/
big {
  font-size: 200%;
}
p {
  text-indent: 1.5em;
}
blockquote p { /*Stops indenting within <blockquote>*/
  text-indent: 0;
}
dd {
  margin-bottom: 2em;
}