.infoHeader {
    color: #E01179;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
.infoSubHeader {
    color: #E01179;
    font-size: 24px;
    font-weight: bold;
    padding: 39px 0px 6px;
}
.infoContent {
    padding: 6px 0px;
    text-align: justify;
}

.infoList {
    line-height: 24px;
}
.infoList p{
    margin-bottom: 0px;
    text-align: justify;
}
.infoList li {
    list-style: square outside none;
}
.infoList li li {
    list-style: decimal outside none;
    text-align: justify;
}
.infoList a:link {
    color: #444444;
    outline: medium none;
    text-decoration: none;
}
.infoList a:hover {
    color: #444444;
    text-decoration: underline;
}
.infoList a:visited {
    color: #444444;
    outline: medium none;
    text-decoration: none;
}