﻿.InfoPage {
    text-align:justify;
}

    .InfoPage h3 {
        color:#a8182f;
        font-weight:bold;
        font-size: 16px;
        line-height: 27px;
    }

    .InfoPage h4 {
        color:#a8182f;
        font-weight:bold;
        font-size: 14px;
        line-height: 27px;
    }

    .InfoPage td {
        border: #808080 1px solid;
        padding:10px;
    }

    .InfoPage th {
        border: #808080 1px solid;
        padding:10px;
    }

    .InfoPage th {
        color :#a8182f;
        font-weight:bold;
    }

    .InfoPage table {
        width:100%;
        margin-bottom:20px;
        margin-top:20px;
        font-family: "Open Sans", Arial, sans-serif;
    }

    .InfoPage a {
        text-decoration:underline;
    }