<style>
    #myFakeElement { color:red ; }
body {margin: auto; 
      max-width: 500px;
      background-color: #f7efde;
      font-size: 125%;
      text-align: justify;
      padding-left: 10px;
      padding-right: 10px;}
    p {font-family: serif;
      hyphens: auto;
      font-size: 100%;
      text-align: justify;}
     h1 {color: black;
      font-family: serif;
      text-align: center;
      font-size: 125%;
      font-weight: normal;
      letter-spacing: 0.0em;}
    h2 {color: black;
      text-transform: lowercase;
      text-align: center;
      font-family: serif;
      font-variant: small-caps;
      font-size: 110%;
      font-weight: normal;
      letter-spacing: 0.1em}
    h3 {color: black;
      font-family: serif;
      text-align: center;
      font-size: 100%;
      font-weight: normal;}
    h4 {color: black;
      font-family: serif;
      font-weight: normal;
      font-style: italic;
      text-align: center;
      font-size: 100%;
      font-weight: normal;}
    h5 {color: black;
      text-align: center;
      text-transform: uppercase;
      font-size: 90%;
      font-weight: normal;
      font-family: serif;}
    h6 {color: black;
      font-size: 80%;
      font-weight: normal;
      font-family: serif;
      text-align: right;}
    citation {color: black;
      font-size: 90%;
      font-weight: normal;
      font-family: serif;}
    intro {font-family: serif;
      font-weight: normal;
      color: SlateGray;
      hyphens: auto;
      font-size: 100%;}
    sc {font-variant: small-caps;}
    a {color: firebrick;
      text-decoration: none;}
    sup {line-height: 0;
         font-size: 60%;}
    img {height: auto;
      width: 100%;
      hspace: 20px;}
    hr {border-style: solid;}
    
  </style> 