h2{
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    color: #fff;
    padding-left: 15px;
}

p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    color: #fff;
    padding-left: 15px;
}

.cols2 img{
    float: right;
    margin-right: 30px;
    margin-left: 15px;
}

table, th, td{
    border: solid 1px #fff;
}

table{
    width: 100%;
    border-collapse: collapse;
    color: #fff;
}

th{
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}
td{
    text-align: center;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}