html, body {
  background-color:black;
  background-image:url("matrix-bkg.png");
  background-attachment: fixed;
  color:#efe;
  font-family: "Gill sans", "Trebuchet ms", sans-serif;
}

th, h1, h2, h3, h4, a:visited {
  color:#42AB42;
}

strong, a:link, a:active {
 color:#52BB52;
}

img {
 border:0;
}

          table.thematrix, th, td {
          border:solid 1px #171;
          }
          
          td.CR
          {
          background-color: #171;
          }
          
          td.PR {
          background-color:#5B5;
 	color:black;
	}
          
          td.LC
          {
          background-color: #7D7;
	color:black;
          }
