<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This StyleSheet contains custom styles for this project */


h1
{
    color: #717073;
    font-family: 'arial';
    font-size: 22pt;
    font-weight: bold;
}
h2
{
    color: #0068a3; /* Dark Verisk Blue */
    font-family: 'arial';
    font-size: 12.5pt;
    font-weight: bold;
}
h3
{
    color: #717073;
    font-family: 'arial';
    font-size: 12.5pt;
    font-weight: bold;
}
a[href^="mailto:"]
{
    color: #00a9df; /* Light Verisk Blue */
    font-family: 'arial';
    font-size: 11.25pt;
    font-weight: normal;
}

body
{
    color: #717073;
    font-family: 'arial';
    font-size: 11.25pt;
    font-weight: normal;
}
ul li
{
    list-style-type: disc;
}

title
{
    color: #717073;
    font-family: 'arial';
    font-size: 22pt;
    font-weight: bold;
}

pre
{
    font-family: 'consolas', Monospace, 'Courier New', Courier;
    font-size: 10.5pt;
    left: 30pt;
    position: relative;
}</pre></body></html>