    body {
    	background-color: black;
    	color: white;
        font-size: 16px;
        line-height: 1.1;
        font-family: Courier, monospace;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
      }
      a:link {
        color: #00ffff;
      }
      a:visited {
        color: #00ffff;
      }
      a:hover {
        color: #ff0000;
      }
      a:active {
        color: #ff0000;
      }
      table {
	  table-layout: fixed;
      width: 100%;
	  }
	  table td {
	  word-wrap: break-word;
	  overflow-wrap: break-word;
	  }
