
				body { font-family: Courier; color: green; background: black; }
				body::before {
				  content: ' ';
				  display: block;
				  position: absolute;
				  top: 0;
				  left: 0;
				  width: 100%;
				  height: 100%;
				  opacity: 0.3333333;
				  background: url(/favicon.ico) no-repeat;
				  background-size: cover;
				  pointer-events: none;
				}
        a { font-weight: bold; text-decoration: none; } 
        a:link, a:visited { color: gray; } 
        a:hover { color: white; }
        a:active { color: black; }
      