body {background: #ffffcc; 
      font-family: Verdana, Arial, Helvetica, sans-serif;}

h1 {background: #ff0066;
    color: #ffffcc; 
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-family: Georgia, "Times New Roman", Times, serif;}

h2  {background: #ff99dd;
     color: #ff0066; 
     font-family: Georgia, "Times New Roman", Times, serif;}

p {margin-left: 25px;}

em {color: teal;
    font-weight: bold;
    font-style: normal;}

strong {font-style: italic;
        font-weight: normal;}

hr {width: 10px;
    height: 10px;
    background-color: #ff0066}


