h1.title {
          font-style: italic; 
          font-weight: italic, bolder;
          font-size: 32pt; 
          font-family:"georgia", "times new roman", serif;
          }

  h1 {
	  font-size: xx-large;
	  font-weight: bold;
          letter-spacing: 1px;
	  margin-bottom: 1em;
	  text-align: center;
	  }
  h2 {
	  font-size: x-large;
	  font-weight: bold;
          letter-spacing: 1px;
	  text-align: center;
          margin: 1em
	  }
  h3 {
	  font-size: large;
	  font-weight: bold;
          letter-spacing: 1px;
	  margin-bottom: 0px;
	  text-align: center;
          margin: 1em
	  }
  h4 {
	  font-size: medium;
	  font-weight: bold;
	  margin-bottom: 1.5em;
	  text-align: center;
	  }
  h5 {
	  font-size: medium;
	  font-weight: bold;
	  margin-bottom: 1.5em;
	  text-align: left;
	  }
  h6 {
	  font-size: small;
	  font-weight: bold;
	  text-align: left;
          margin-left: 1em
	  }