body#standard {
  font-family: "Courier";
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  font-family: "Courier";
  font-size: 17px;
  font-weight: normal;
  background-color: black;
  color: white; }

td {
  background-color: #000; }
  td.menu:hover {
    background-color: red; }
  td.bar {
    background-color: white;
    color: black;
    text-align: center; }

.menu a, .menu input {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #333;
  text-decoration: none;
  background: transparent;
  border: none;
  display: inline;
  margin: 0;
  padding: 0; }

.menu input:hover {
  cursor: pointer; }

p {
  background-color: black;
  color: white; }
  p a {
    color: red;
    font-weight: bold; }

.question {
  float: left;
  clear: both;
  padding: 1em;
  font-size: 25px; }
  .question .body {
    color: black;
    background-color: white;
    font-weight: bold;
    letter-spacing: -2px;
    padding: 10px; }
  .question .answer {
    float: left;
    clear: both;
    font-weight: bold;
    background-color: black;
    padding: 5px;
    margin-top: 10px;
    line-height: 1.5em; }
    .question .answer a {
      color: white; }
  .question.technique .body {
    color: red;
    background-color: white;
    border: 5px solid red; }
  .question.technique .answer {
    border: 5px solid red;
    background: white; }
    .question.technique .answer a {
      color: red; }

.hidden_refresh {
  visibility: hidden; }

.accomplices {
  color: #88aaff;
  font-weight: bold; }

.flash.error {
  position: fixed;
  top: 50px;
  left: 250px;
  padding: 0.5em;
  background: lightred;
  font-size: 2em;
  font-weight: bold;
  position: fixed;
  color: red;
  border: 5px solid red; }
