document.write("<style type=\"text/css\">"
	+ "pre {"
    +"white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */"
    +"white-space: -pre-wrap; /* Opera 4 - 6 */ "
    +"white-space: -o-pre-wrap; /*  Opera 7 */ "
    +"word-wrap: break-word; /* IE 5.5+ */ "
    +"white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) */"
	+"</style>")