<style>
    #myFakeElement { color:red ; }
body {margin: auto; 
      max-width: 500px; 
      background-color: ivory;
      text-align: justify;
      padding-left: 10px;
      padding-right: 10px;}
    p {font-family: serif;
      hyphens: auto;
      -ms-hyphens: auto;
      font-size: 125%;
      text-align: justify;}
     h1 {color: black;
      font-family: serif;
      text-align: center;
      font-size: 200%;
      font-weight: normal;}
    h2 {color: black;
      text-align: center;
      font-family: serif;
      font-variant: small-caps;
      font-size: 160%;
      font-weight: normal;}
    h3 {color: black;
      font-family: serif;
      text-align: center;
      font-size: 150%;
      font-weight: normal;}
    h4 {color: black;
      font-family: serif;
      font-style: italic;
      text-align: center;
      font-size: 125%;
      font-weight: normal;}
    h5 {color: black;
      text-align: center;
      text-transform: uppercase;
      font-size: 125%
      font-weight: normal;
      font-family: serif;}
    h6 {color: SlateGray;
      font-size: 100%
      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%;}
    sc {font-variant: small-caps;}
    a {color: DarkSlateGray;}
    img {height: auto;
      width: 100%;
      hspace: 20 px;}
    
  </style> 