.table_1_style
{
    border: 1px solid gray;
    border-collapse: collapse;
    padding: 5px;
}

.table_1_style th
{
    color: white;
    background-color: #2956a4;
    border: 1px solid gray;
}

.table_1_style tr
{
    color: black;
    border: 1px solid gray;
}

.table_1_style td
{
    color: black;
    border: 1px solid gray;
    padding: 5px;
}

.ul_1_style
{
    font-size: 16px;
}

.ul_1_style li
{
    list-style-type: square;
    margin-left: 15px;
    margin-top: 5px;
}

.em_1_style
{
    font-size: 16px;
}

.ol_1_style
{
    font-size: 16px;
    line-height: 1.5;
}

.ol_1_style li
{
    list-style-type: decimal;
    margin-left: 15px;
    margin-top: 5px
}

.table_main_style
{
    border: 1px solid gray;
    border-collapse: collapse;
    padding: 5px;
}

.content h3
{
    font-size: 18px;
    margin-bottom: 5px
}

.i_1_style
{
    color: black;
    font-size: 16px;
    top: 0px;
    margin: 0px;
}