﻿<!--
    body {
        font-family: Tahoma, Helvetica, sans-serif;
    }
    
    h1 {
        font-size: 20pt;
        font-style: italic;
        text-align: left;
        border-bottom: solid thin black;
    }

    h2 {
        font-size: 18pt;
        font-variant: small-caps;
        text-align: left;
    }
    
    h3 {
        font-size: 18pt;
        text-align: center;
    }

    table {
        width: 800px;
        background-color: black;
	table-layout: fixed;
    }
    
    thead td {
        font-size: 12pt;
        font-weight: bold;
        font-variant: small-caps;
        text-align: left;
        background-color: rgb(255,200,200);
	padding-left: 5pt;
	padding-right: 5pt;
    }

    td {
        background-color: rgb(235,235,255);
        font-size: 12pt;
        font-weight: normal;
        text-align: left;
	padding-left: 5pt;
	padding-right: 5pt;
    }

    th {
        background-color: lightgrey;
        font-size: 12pt;
        font-weight: normal;
        text-align: left;
	padding-left: 5pt;
	padding-right: 5pt;
    }

-->


