<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;
      font-size: 1.1em;
      text-align: justify;}

     h1, h2, h3, h4, h5 {color: black;
      font-family: serif;
      text-align: center;
      font-weight: normal;}

    h1 {text-transform: uppercase;
       letter-spacing: 0.2em;
       font-size: 1.5em;}

    h2 {font-size: 1.5em;}

    h3 {font-size: 1.25em;}

    h4 {text-transform: uppercase;
      letter-spacing: 0.2em;
      font-size: 1.1em;}

    h5 {font-size: 0.9em;
      font-style: italic;}

    h6 {color: SlateGray;
      font-size: 1.1em;}

a {color: SlateGray;
      text-decoration: none;}

    img {height: auto;
      max-width: 100%;}

    hr {border-style: solid;}
    
  </style> 