@charset "utf-8";

html { font-family:"Courier New", Courier, monospace; background-color:#000; color:#00CC00 }

  #ticker
    { padding: 0.6em 0; margin: 0 0 1.8em 0; position: relative;}
  #ticker .cursor
    {display: inline-block; background:#00CC00; width: 0.6em; height: 1em; text-align: center;}

.ok { float:right}

