body {      background-color: #c8c8c8;
            font-family: Arial, sans-serif;
            font-size: 12pt;
            font-weight: bold;
            color: #555577;
            text-align: center;
            
     }

h1 {color: #555577;
   text-align: center;
   font-size: 44pt;
   font-weight: bold;
   margin-bottom: -22px;
  }

h2 {color: #eeeeff;
   text-align: center;
   font-size: 22pt;
  }

h3 {color: #555577;
   text-align: center;
   font-size: 32pt;
   font-weight: bold;
   margin-bottom: -22px;
  }

h4 {color: #ddddff;
   text-align: center;
   font-size: 16pt;
  }

#content {color: #555577;
   text-align: justify;
   width: 500px;
   margin-left: auto;
   margin-right: auto;
  }

img {border: none;
     margin-left: -5px;

    }