#wnd {
  background: #151515;
  border-radius: .2em;
  white-space: pre-wrap;
  padding: 0.5em;
  /* font-family: "Consolas", "Ubuntu Mono", "Monaco", monospace; */
  font-family: monospace;
  font-style: normal;
  color: #00ff00;
  display: block;
  width: 80%;
  margin: 0 auto 0;
  border: solid 1px;
  border-color: #6E6E6E;
}

.prompt {
    color: #99aaee;
    font-weight: bold;
}
.user {
    color: #8B0000;
    font-weight: bold;
}
.cmd {
    color: #00ff00;
}

a:link {
    color: #00FF00;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #00FF00;
    text-decoration: none;    
}

/* mouse over link */
a:hover {
    color: #00ff00;
    text-decoration: none;    
}

/* selected link */
a:active {
    color: #00FF00;
    text-decoration: none;    
}