
a:link    {color: #fff; text-decoration: none; }
a:visited {color: #fff; text-decoration: none; }
a:hover   {color: #fff; text-decoration: underline; }
a:active  {color: #fff; }

.terminal {
  width: 505px;
  background-color: #000;
  font-family: monospace;
  color: #fff;
}

.terminal_top {
  width=505px;
  height=22;
  background: url('/images/terminal_top.jpg');
}

.terminal_text {
  font-family: monospace;
  font-size: large;
  color: #fff;
}

.bigger {
    font-size: large;
}

.blink {
    text-decoration: blink;
}


