﻿body {
    font-family: arial,helvetica;
    background-color: silver;
    color: #000000;
}
h2 {
    font-family: arial,helvetica;
    font-size: 14pt;
    background-color: silver;
    color: #000000;
}
a {
    color: #FF0000;
}
a.visited {
    color: #FF0000;
}
table.multirow {
border: 2px solid silver;
}
table.multirow tr {
vertical-align: top;
}
table.multirow th {
text-align: left;
border: 1px solid silver;
}
table.multirow td {
text-align: left;
border: 1px solid silver;
}