body {
  background-color: black; /*#1b1b1b*/
  }

.wakeup:after{
  border:1px solid inherit;
  font-family: "Lucida Console", "Courier New", monospace;
  color: #f0fff8; /* almost white */
  text-shadow: 0 0 3px #80ffc0, 0 0 10px #00ff66, 0 0 20px #00ff66, 0 0 30px #00ff66;
  font-size: 22px;
  text-align: left;
  display: block;
  width: 885px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0px 15px 0px;
  text-align: center;
  content:'Wake up, Neo...';
}
.wakeup:hover:after{
  border:1px solid inherit;
  font-family: "Lucida Console", "Courier New", monospace;
  color: #f0fff8; /* almost white */
  text-shadow: 0 0 3px #80ffc0, 0 0 10px #00ff66, 0 0 20px #00ff66, 0 0 30px #00ff66;
  font-size: 22px;
  text-align: left;
  display: block;
  width: 885px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0px 15px 0px;
  text-align: center;
  content:'The Matrix has you...Follow the white rabbit. Knock, Knock, Neo.';
}

.red {
  color:red;
  }
.blue {
  color:blue;
  }

pre {
  box-sizing: border-box;
  border: 1px inset white;
  font-size: 18px;
  padding: 10px;
  width: 900px;
  overflow: auto;
  color: #00ff0a;
  background: black;
}

table {
  background-color: inherit;
  border-style: none;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  }
table.long {
  table-layout: fixed;
  }

td {
  font-family: "Lucida Console", "Courier New", monospace;
  line-height: 2.0;
  border:1px solid inherit;
  color: white;
  text-align: left;
  font-size: 18px;
  padding: 5px 5px 5px 5px;
  }
td.long {
  word-wrap: break-word;
  }
td.bottom {
  font-size: 12px;
  text-align: center; 
  }
td.link {
  color: blue;
  font-size: 16px;
  }
td.code {
  color: green;
  white-space: pre;
  }
td.center {
  text-align: center;
  }
td.right {
  text-align: right;
  }
td.rabbit {
  line-height: 3.0;
  text-align: center;
  color: #f0fff8; /* almost white */
  text-shadow: 0 0 3px #80ffc0, 0 0 10px #00ff66, 0 0 20px #00ff66, 0 0 30px #00ff66;
  }

th {
  border:1px solid inherit;
  font-family: "Lucida Console", "Courier New", monospace;
  color: #404040;
  font-size: 22px;
  text-align: left;
  padding: 15px 15px 5px 5px;
  }
th.right {
  text-align: right;
  }
th.center {
  text-align: center;
  }

a {
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: 100;
  font-size: 22px;
  }

a.black {
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: 100;
  font-size: 22px;
  }

a.subtle {
  font-size: 18px;
  font-family: "Lucida Console", "Courier New", monospace;
  text-align: left;
  padding: 10px 0px 5px 0px;
  -webkit-transition: color 2s;
  -moz-transition:    color 2s;
  -ms-transition:     color 2s;
  -o-transition:      color 2s;
  transition:         color 2s;
  }

a.subtle:link {
  color: gray;
  }

a.subtle:hover {
  text-decoration: none;
  color: white;
  }

a.black {
  text-align: left;
  padding: 10px 0px 5px 0px;
  }
a.black:link {
  color: #303030;
  }
a.black:hover {
  text-decoration: none;
  color: #f0fff8; /* almost white */
  text-shadow: 0 0 3px #80ffc0, 0 0 10px #00ff66, 0 0 20px #00ff66, 0 0 30px #00ff66;
  }

a:link {
  text-decoration: none;
  color: gray;
  }
a:visited {
  text-decoration: none;
  }
a:hover {
  text-decoration: none;
  color: #F1C50E;
  }
a:active {
  text-decoration: none;
  }

h1, h2, h3, h4, h5, h6 {
  border:1px solid inherit;
  font-family: "Lucida Console", "Courier New", monospace;
  color: #404040;
  font-size: 22px;
  text-align: left;
  width: 885px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 0px 0px;
}

h1.center {
  text-align: center;
}
h2.center {
  text-align: center;
}
h3.center {
  text-align: center;
}
h4.center {
  text-align: center;
}
