<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===============================================================
About US page content section Styles
================================================================*/
#about-us-content ul li {
  background: url(../../../images/listicon_sprite.gif) no-repeat scroll left top rgba(0, 0, 0, 0);
  padding-left: 25px;
  list-style: none;
  background-position: 7px 4px;
}
#about-us-content a {
  color:black;
  cursor:pointer;
  text-decoration:none;
}
#about-us-content ul li {
    margin: 8px 0;
    overflow: hidden;
}
#about-us-content a {
  border-bottom: 1px dotted #999;
}
#about-us-content a, #about-us-content p {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
}
</pre></body></html>