body {margin-left: 2%;
      margin-right: 2%;
      background-color: #FFFFFF;
     }

h1 {color: red;
    text-align:center;
   } 

h2 {color: red;}


h3 {color: black;
    text-align:center;
   } 

h4 {color: blue;
    font-weight: bold;
   }

p {text-indent: 50px;
   font-weight: normal;
  }

ul {color: red;
    font-weight: bold;
   }

blockquote {font-weight: bold;
            background-color: white;
           }

