<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
text-align:center;
background:#464F56;
font-family: Arial Narrow;
font-size: 10pt;
}

div#container
{
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;
background:#ffffff;
padding: 5px;
}

div#title
{

}

div#title a#title
{
text-align:center;
font-size:13pt;
font-weight:bold;
}

table#options
{
width:100%
}

table#summary 
{
width: 100%;
}

.centered
{
text-align:center;
}

.bordered
{
border: thin solid #CCCCCC;
padding: 1px 7px 1px 7px;
}

th.bordered
{
border-bottom: solid #cccccc
}

td.bordered
{
border-top: none
}

table.result table tr td
{
text-align:left;
border: 1px solid #f00;
}

.error
{
color:#ff0000;
font-weight:bold;
}</pre></body></html>