.creditsList{
    background: white;
    display:inline-block;
    width:100%;
    border-top: 1px solid #cb995b;
    font-size: 12px;
    margin-bottom: 45px;
}
.liCredits{
    margin: 2px;
}

.helpHtm{
    padding: 20px;
    font-size: 12px;
    color:black;
    font-family: Verdana;
    background: white;
    border-top: 1px solid #cb995b;
    margin-bottom: 45px;
}

.a {
    list-style-type: disc;
  }