.content {
      font-family: Tahoma,Verdana,Segoe,sans-serif;
      padding: 5px;
    }
    .content, .text {
      display:inline;
    }
    .titling {
      font-weight: bold;
      text-align: center;
      font-size: 15px;
    }
    .body-text {
      padding: 5px;
      font-size: 14px;
    }
    .larger-body-text {
      font-size: 15px;
    }
    .links {
      text-decoration: underline;
      display:inline;
      font-size: 14px;
    }
    .important {
      font-weight: bold;
      font-size: 15px;
      display:inline;
    }
    .underlined_important{
      font-weight: bold;
      font-size: 15px;
      display:inline;
      text-decoration: underline;
    }
    .italic_important {
      font-weight: bold;
      font-style: italic;
      display:inline;
      font-size: 15px;
    }
    .main-list {
      list-style-position: inside;
      padding-left: 0;
    }
    .main-list-item {
      font-weight: bold;
      font-size: 15px;
    }
    .secondary-list {
      font-size: 14px;
      display:inline;
    }
    .secondary-list-title {
      font-weight: bold;
      font-size: 15px;
    }
    .secondary-list-body {
      display:inline;
      font-size: 14px;
      font-weight: normal;
    }
    .third-custom-list{
      list-style: none;
      margin-left: 0;
      padding-left: 0em;
      font-weight: normal;
    }
