/* this is used to show terminal input literally */
KBD {
  color: #00ff00;
  background: black;
  font-family: monospace;
  }

/* this is set up as a class 'cause NC4 doesn't seem to recognize the DFN tag */
EM.dfn {
  color: black;
  background: yellow;
  font-style: italic
  }

