<style>
    #myFakeElement { color:red ; }
body {margin: auto; 
      max-width: 1024px; 
      background-color: white;
      text-align: justify;
      padding-left: 10px;
      padding-right: 10px;}
    p {font-family: serif;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      font-size: 1.1em;
      text-align: center;
      hyphens: auto;}
    h1 {color: black;
      font-family: serif;
      font-style: italic;
      text-align: center;
      font-size: 1.75em;
      font-weight: normal;}
    h2 {color: black;
      text-align: center;
      font-family: sans-serif;
      font-size: 1.25em;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 0.1em}
    h3 {color: black;
      font-family: sans-serif;
      text-align: center;
      font-size: 1.25em;
      font-weight: normal;}
    h4 {color: black;
      font-family: serif;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-size: 1.1em;
      font-weight: normal;}
    h5 {color: black;
      text-align: center;
      font-size: 1.1em;
      font-weight: normal;
      font-style: italic;
      font-family: serif;}
    h6 {color: SlateGray;
      font-size: 1.1em;
      font-weight: normal;
      font-family: serif;}
    citation {color: SlateGray;
      font-size: 100%;
      font-weight: normal;
      font-family: serif;}
    intro {font-family: serif;
      font-weight: normal;
      color: SlateGray;
      hyphens: auto;
      font-size: 125%;}
    a {color: SlateGray;
      text-decoration: none;}
    img {display: block;
      margin-left: auto;
      margin-right: auto;
      height: auto;
      max-width: 100%;
      padding-bottom: 2px;
      padding-top: 2px;}
    hr {border-style: solid;}
    
  </style> 