<style type="text/css"> <!--

body { margin: 40px; font-family: Georgia, serif; font-size: 12px; }
a { font-family: Georgia, serif; font-weight: bold; font-size: 16px; font-style: italic; color: #666;}
a:link { text-decoration: none; color: red;}
a:visited { text-decoration: none; color: green;}
a:hover { text-decoration: underline; color: blue;}
a:active { text-decoration: none; color: teal;}

h1 { font-family: Georgia, serif; margin-top: 5px; margin-bottom: 10px; 
 text-align:center; font-size: 32px; }
h2 { font-family: Georgia, serif; margin-top: 5px; margin-bottom: 10px; 
 text-align:center; font-size: 18px; }
h3 { font-family: Georgia, serif; margin-top: 5px; margin-bottom: 10px; 
 text-align:center; font-size: 14px; }
h4 { font-family: Georgia, serif; margin-top: 5px; margin-bottom: 10px; 
 text-align:center; font-size: 12px; font-weight: normal; line-height: normal; }

div.Matrix {
    display: grid;
	margin: auto;
	grid-template-columns: repeat(6, 190px);
}

div.Spacer {
	display: flex;
	flex-flow: row wrap;
}

div.Page { display: block }
div.Image { display: block }

td, th { font-family: Georgia, serif; font-size: 12px; }
table {margin-left: auto; margin-right: auto; margin-bottom: 10px; }
tr { text-align: center; vertical-align: top;}
td.padded 
p { margin-top: 0; margin-bottom: 0; }

div.indent { margin-left: 25px; }

--> </style>
