﻿table {
	border-collapse: collapse;
	border: 2px solid black;
}

h1 {
    font-weight: bold;
    font-size: 16pt;
}

h2 {
    font-weight: bold;
    font-size: 14pt;
}

p {
    font-size: 14pt;
}

pre {
    font-size: 14pt;
    word-wrap: break-word;
    margin: 0;
}

th {
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    border: 1px solid black;
    padding: 5px 10px 5px 10px;
    background-color: lightgray;
}

td {
    text-align: right;
    vertical-align: top;
    font-size: 14pt;
    border: 1px solid black;
    padding: 5px 10px 5px 10px;
    word-wrap: break-word;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

.c {
    text-align: center;
}

.avg {
    border-left-style: double;
    border-left-width: 8px;
    border-right-style: double;
    border-right-width: 8px;
}

.maxi {
    border-right: none;
}

.mini {
    font-size: 8pt;
    padding: 5pt 0pt 0pt 0pt;
    text-align: left;
    border-left: none;
}
















