@font-face {
    font-family: 'trueitalicWIP';
    src: url(trueitalicWIP.ttf);
    }

p {
    font-family: 'trueitalicWIP';
    font-size: 17px; line-height: 18px;
    letter-spacing: 0px;
    word-spacing: 1px; 
}

a {
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

h2, th, td {
    font-family: 'ms ui gothic';
    font-size: 11px;
    line-height: -2px;
    letter-spacing: 0px;
    word-spacing: 1px;
}
table {
    border-collapse: collapse; border: none;
    text-align: center; 
    width: 100%; margin-top: 15px;
}
    th {
        padding-bottom: 3px;
        text-decoration: dashed underline;
    }
    td, th {
        padding: 0px 20px;
    }

        th:nth-child(even), td:nth-child(even) {
            border-left: dashed 1px black;
            border-right: dashed 1px black;
        }



main {
    overflow: scroll;
}

