<style>
    #myFakeElement { color:red ; }
body {margin: auto; 
      max-width: 500px; 
      padding: 10px;
      text-align: justify;
      padding-left: 10px;
      padding-right: 10px;}
    p {font-family: serif;
      hyphens: auto;
      font-size: 125%;
      text-align: justify;}
     h1 {color: maroon;
      font-family: serif;
      text-align: center;
      font-size: 125%;
      font-weight: normal;
      text-transform: uppercase;}
    h2 {color: maroon;
      text-align: center;
      font-family: serif;
      font-size: 175%;
      font-weight: normal;}
    h3 {color: maroon;
      font-family: serif;
      text-align: center;
      font-size: 150%;
      font-weight: normal;}
    h4 {color: maroon;
      font-family: serif;
      font-style: italic;
      text-align: center;
      font-size: 125%;
      font-weight: normal;}
    h5 {color: maroon;
      text-align: center;
      text-transform: uppercase;
      font-size: 100%;
      font-weight: normal;
      font-family: serif;}
    h6 {color: brown;
      font-size: 100%;
      font-weight: normal;
      font-family: serif;
      text-align: right;}
    citation {color: brown;
      text-align: center;
      font-size: 100%;
      font-weight: normal;
      font-family: serif;}
    intro {font-family: serif;
      font-weight: normal;
      color: brown;
      hyphens: auto;
      font-size: 125%;}
    a {color: maroon;
      text-decoration: none;
      border-bottom: 1px dotted;
}
    img {height: auto;
      width: 100%;
      hspace: 20 px;}
    
  </style> 