h2 {
    font-size:2.3em;
    font-weight:normal;
    text-align:center;
    margin-right:-5em;
    white-space:nowrap;
  }
h2 span.title2 {
    font-family:"Times New Roman","Times",Serif;
  }
h2 span.title1 {
    color:#f5df45;
    position:relative;
    /*width:90%;*/
    top:-0.5em;
    z-index:2;
    border-style:none none solid none;
    border-width:0 0 2 0;
    border-color:silver;
  }
h2 span.title2 {
    font-size:2.5em;
    font-style:italic;
    color:#678888;
    position:relative;
    left:-4em;
    z-index:1;
  }
h3 {
    font-size:1.2em;
    font-weight:normal;
    color:lightcoral;
    padding:0;
    margin-right:5%;
    margin-left:5%;
    margin-top:2em;
  }
p {
    margin-left:7%;
    margin-right:5%;
    text-indent:1em;
  }
