body, td, div, div.banner, div.worksheet_title, a.worksheet_title, a.worksheet_title:hover {
  background-color:rgb(56, 47, 38);
  color:rgb(220, 220, 200);
}

div.cell_input_active {
  border-width:1px;
  border-color:rgb(160, 160, 160);
  background-color:rgb(160, 160, 160);
}

td.cell_number {
  border-left:4px solid rgb(220, 220, 200);
}

div.worksheet {
  border-color:rgb(160, 160, 160);
}

img {
  border:2px solid rgb(160, 160, 160);
}

textarea.cell_input, textarea.cell_input_active {
  background-color:black;
  color:rgb(220, 220, 200);
}

textarea.cell_input_active {
  border:2px solid rgb(160, 160, 160);
}

pre.shrunk {
  color:rgb(220, 220, 220);
}

div.insert_new_cell:hover {
  background-color:rgb(160, 160, 160);
}

span.vbar {
  border-left:1px solid rgb(220, 220, 200);
}

a:link, a.usercontrol {
  color:white;
}

a:visited, a.banner:visited {
  color:rgb(220, 220, 220);
}

a:hover {
  text-decoration:none;
}

a.control, a.control-select {
  background-color:rgb(220, 220, 200);
  color:black;
}

