body {
    background: #40a161;
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

a img {border:0}

a:link {color: #0b733f; text-decoration: none; }
a:visited {color: #0b733f; text-decoration: none;}
a:hover {color: #f7931d; text-decoration: none; }

div#error_box {
    display: block;
    background: white;
    border: 1px solid black;
    margin: 20px auto;
    padding: 15px;
    width: 700px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
}

p#trace {
  display: block;
  width: 100%;
  font-family: terminal;
  font-size: 12px;
}

#error h3 {
  font-size: 6em;
}

#error p, #error a {
  font-size: 3em;
}

#fun_found {
    margin-top: 40px;
    font-size: 1.8em;
}
