<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
  /* Style sheet for United Building Maintenance, LLC (www.ubmllc.com) */

  /* Use standard tags p, strong, small and big so even if a non-style browser
     is used, the page is rendered with the same intent */

  /* Global formatting */

  body {
    font-family: arial, helvetica, tahoma, verdana, sans-serif;
    color: black;
    background-color: white;
    margin: 0;
  }

  /* Colors */

  .color1 {
    color: #1B1775;
  }

  .color2 {
    color: #990033;
  }

  .colorpair1 {
    background-color: #CCCCFF;
    background-color: #DA9D07;
    background-color: #EABD46;
    border: 2px solid blue;
    border: 2px solid #7B3900;
  }

  /* Text formatting */

  p, li, table.night td, table.night2 td {
/*
    font-size: 90%;
*/
  }

  h2 {
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 140%;
    font-size: 150%;
    font-weight: bold;
  }

  h3, .highlight {
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
/*
    font-size: 90%;
*/
    text-transform: uppercase;
    font-weight: bold;
  }

  small, a.small {
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-size: 60%;
    font-size: 80%;
  }

  strong {
    font-weight: bold;
    font-style: italic;
    color: #1B1775;
  }

  .tiptitle {
    font-weight: bold;
    text-align: center;
  } 

/* Layout formatting */

  /* Uncomment this to outline all tables
  table {
    border: white solid 1px;
  }
  */

  div.floater {
    float: right;
    font-size: 75%;
    font-size: 90%;
    margin: 10px 0 10px 10px;
    padding: 10px;
    clear: right;
  }

  .w10 { width: 10%; }
  .w20 { width: 20%; }
  .w30 { width: 30%; }
  .w40 { width: 40%; }
  .w50 { width: 50%; }
  .w60 { width: 60%; }
  .w70 { width: 70%; }
  .w80 { width: 80%; }
  .w90 { width: 90%; }
  .w100 { width: 100%; }

  td {
    vertical-align: top;
  }

  .maintd {
    background-color: white;
  }

  .maindiv {
    margin: 20px 40px 20px 40px;
  }

  table.menu {
    text-align: right;
  }

  table.night {
    width: 85%;
    background-color: #CCCCFF;
    border: 2px solid blue;
  }

  table.night th {
    text-align: center;
    font-weight: bold;
    padding: 10px;
  }

  table.night td {
    padding: 8px;
  }

  table.night2 {
    width: 85%;
    background-color: #CCCCFF;
    background-color: #EABD46;
    border: 2px solid blue;
    border: 2px solid #7B3900;
  }

  table.night2 th {
    text-align: center;
    font-weight: bold;
    padding: 10px;
  }

  table.night2 td {
    padding: 8px;
  }

/* Link formatting */

  a {
    font-weight: bold;
    text-decoration: none;
  }

  a:visited { color: #B33244; } /* Red */
  a:link    { color: #B33244; } /* Red */
  a:active  { color: #B33244; } /* Red */

  a.menu {
    font-family: "Trebuchet MS", trebuchet, verdana, tahoma, helvetica, arial, sans-serif;
    font-size: 80%;
    font-size: 90%;
    text-transform: uppercase;
  }

  a.menu:visited { color: #FFFFFF; }
  a.menu:link { color: #FFFFFF; }
  a.menu:active { color: #FFFFFF; }

  a:hover {
    background: #990033;
    color: #FFFFFF;
  }

  .print-only {
    display: none;
  }

  @media print {
    * {
      font-size: 10pt;
    }

    .noprint {
      display: none;
    }

    .print-only {
      display: inline;
    }

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