BODY {
          background: white;
}

H1 {
          border-style: outset;
          border-color: #0061a0;
          border-width: 0 0 6 16;
          margin-left: 5px;
          margin-right: 15px;
          pading-left: 10px;
          font-size: 18pt;
          font-weight: bold;

}

H2 {
          background-color: #00e190;
          color: black;
          border-style: none;
          border-width: 1px;
          margin-left: 5px;
          margin-right: 10px;
          pading-left: 0px;
          font-size: 14pt;
          font-weight: bold;
}

H3 {
          border-style: solid;
          border-color: #00ffff;
          border-width: 0 0 0 15;
          margin-left: 50px;
          margin-right: 15px;
          pading-left: 10px;
          font-size: 16pt;
          font-weight: bold;

}

P {
          margin-left: 50px;
          margin-right: 10px;

}
