<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "style.css";

body {
  color: #000;
  text-align: left;
  }

#sidebar, #footer {
  display: none;
  }
  
#container {
  width: 100%;
  margin: 0;
  padding:0;
  border: none;
  }

#inner {
  width: 100%;
  margin: 0;
  padding:0;
  background: none;
  }
  
#header {
  float: none;
  width: 100%;
  height: 60px;
  margin: 0;
  padding:0;
  border: none;
  }
  
#content {
  float: none;
  width: 100%;
  margin: 0;
  padding:0;
}

h1 {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  }

h1, h2, h3 {
  color: #000;
  font-weight: bold;
  }
  
a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: underline
  }
  
#content ul {
  margin-top: 8px;
  margin-left: 20px;
  padding-left: 0px;
  list-style: disc;
  }

#content ul li {
  padding-left: 10px;
  padding-top: 2px;
  background: none;
  }

table th {
  color: #000;
  font-weight: bold;
  }
  
table td {
  color:#000;
  }  </pre></body></html>