body
{
    background-color: black;
}
pre
{
    font-family: 'Courier', sans-serif;
    color: 66FF00;
    letter-spacing: 0; 
    margin: -0.1em;
    padding: -0.1em;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

