/*
 (C) 2005-7 Leo Galambos
 */

body {
 background: #c0c0c0;
 font-family: DejaVu Serif Condensed,Verdana,Arial,Helvetica,serif;
 margin: 0px;
}

.frame {
 border: solid 2px;
 padding: 20px;
}

.motto {
 font-size: x-small;
 font-weight: bold;
}

.inside {
 position: absolute;
 top: 0px;
 left: 170px;
 right: 20px;
 bottom: 0px;
 padding-left: 20px;
}

.flash {
 border: solid 2px #965f00;
 padding: 20px;
 background-color: #fff4db;
}

.console {
 background-color: black;
 color: green;
 font-weight: bold;
 border: solid 2px;
 padding: 5px;
}
