<html> <head> <style> #chat, #chat table { font-family: arial,sans-serif; font-size: 10pt; } #chat .chat-bar { background-color: #11c; } </style> </head> <body> <div id="chat"></div> <script src="http://www.webtoolkit.eu/wt/examples/simplechat/chat.js?div=chat"> </script> </body> </html>