<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p { font-family: "Roboto",sans-serif;line-height: 1.5;}
tr { font-family: "Roboto",sans-serif;line-height: 1.5;}
ul { font-family: "Roboto",sans-serif; line-height: 1.5;}
h1 { font-family: Arial; color: #343bc2;}
h2 { font-family: Arial; color: #343bc2;}
h3 { font-family: Arial; color: #343bc2;}

html {
  box-sizing: border-box;
}

.content {
    max-width: 1100px;
    margin: auto;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 3px solid black;
}

</pre></body></html>