﻿.epigraph {
    text-align: right;
}
.heading {
    text-align: center;
}
.bold {
    font-weight: bold;
}
TABLE.simple {
    width: 100%;
    border-collapse: collapse;
}
TABLE.simple TD {
    border: 1px solid #000;
}
@media print {
    .page-break {
        page-break-before: always;
    }
}