body {
  background-color: black;
  color: #dddddd; }

#console {
  padding: 10px;
  border: none;
  font-family: lucida console, courier new, courier, lucida console, monospace;
  font-size: 13px;
  line-height: 16px;
  color: #dddddd; }
  #console input, #console textarea, #console td, #console th {
    font-family: lucida console, courier new, courier, lucida console, monospace;
    font-size: 13px;
    line-height: 16px;
    color: #dddddd; }
  #console input, #console textarea {
    color: black; }
  #console h1, #console h2, #console h3 {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: white;
    text-decoration: none; }
  #console p, #console ul, #console table, #console ol, #console dl, #console h1, #console h2, #console h3, #console iframe {
    margin: 0px 0px 15px 0px; }
  #console h1 {
    text-transform: uppercase;
    font-weight: bold; }
  #console h2 {
    text-transform: uppercase;
    font-weight: normal; }
  #console h3 {
    font-weight: normal;
    font-style: italic; }
  #console a {
    color: white;
    text-decoration: underline;
    font-weight: normal; }
    #console a:visited {
      color: white;
      text-decoration: underline;
      font-weight: normal; }
  #console .prompt_label a, #console .ls a {
    text-decoration: none; }
    #console .prompt_label a:visited, #console .ls a:visited {
      text-decoration: none; }
  #console .prompt {
    color: white; }
  #console .command {
    background-color: black;
    width: 400px;
    color: #ffcc33;
    border: none;
    margin: 0px;
    padding: 0px;
    height: 16px;
    line-height: 16px; }
    #console .command input {
      background-color: black;
      width: 400px;
      color: #ffcc33;
      border: none;
      margin: 0px;
      padding: 0px;
      height: 16px;
      line-height: 16px; }
  #console .error {
    color: #ee2200; }
  #console .ls {
    color: #999999; }
    #console .ls ul, #console .ls li {
      margin: 0px;
      padding: 0px;
      list-style-type: none; }
  #console .help dl, #console .help dt, #console .help dd {
    margin: 0px;
    padding: 0px; }
  #console .help dt {
    color: white;
    float: left;
    width: 90px; }
  #console .help dd {
    margin-left: 100px; }
  #console .link_container, #console .help, #console .cat, #console .ls, #console .hello {
    padding-left: 15px;
    margin-bottom: 20px; }
  #console .field_with_errors input, #console .field_with_errors textarea, #console .field_with_errors select {
    background-color: #ffcc66; }
