  .titleText {
   font-weight: bold;
   font-family: Copperplate-gothic-bold;
   font-size: 35px;
   color: black;
   line-height: 1px;
   text-align: center;
  }

  .header1Text {
   font-weight: bold;
   font-family: Comic Sans MS;
   font-size: 20px;
   color: black;
   line-height: 70px;
   text-align: center;
  }

  .header2Text {
   font-weight: bold;
   font-family: Calibri;
   font-size: 18px;
   color: black;
   line-height: 18px;
   text-align: left;
  }

  .bodyText {
   font-weight: normal;
   font-family: Calibri;
   font-size: 16px;
   color: black;
   text-align: left;
  }

  .smallText {
   font-weight: normal;
   font-family: Calibri;
   font-size: 12px;
   color: black;
  }

  .copyright {
   font-weight: normal;
   font-family: Calibri;
   font-size: 10px;
   color: black;
  }

  td {
   border: 1px solid transparent;
   text-align: center;
   border-collapse: collapse;
  }

  table {
   width: 1060;
   border-collapse: collapse;
  }

  textarea { resize: none; }

  body {
   margin: 0;
  }