.smlhdng{
      font-weight: bold;
    }
    ul {
      list-style-type: disc; /* for first level */
    }

    ul ul {
      list-style-type: circle; /* for second level */
    }

    .txtdiv{
      text-align: justify;
      text-justify: inter-word;
      background-color: #fefbf3;
    }