<style>
    #myFakeElement { color:red ; }
body {margin: auto; 
      max-width: 500px; 
      background-color: ivory;
      text-align: justify;}
    p {font-family: serif;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      font-size: 1.1em;
      text-align: justify;
      hyphens: auto;}
     h1 {color: black;
      font-family: serif;
       text-transform: uppercase;
       letter-spacing: 0.2em;
      text-align: center;
      font-size: 1.5em;
      font-weight: normal;}
    h2 {color: black;
      text-align: center;
      font-family: serif;
      font-size: 1.5em;
      font-weight: normal;}
    h3 {color: black;
      font-family: 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 {height: auto;
      max-width: 100%;}
    hr {border-style: solid;}
    
  </style> 