xsw.writeStartDocument(Constants.DEFAULT_ENCODING, "1.0");
xsw.writeDTD("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" "
+ "\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
xsw.writeCharacters("\n");
xsw.writeStartElement("html");
xsw.writeDefaultNamespace(XHTML_NS);
xsw.writeStartElement("head");
xsw.writeStartElement("style");
xsw.writeAttribute("type", "text/css");
xsw.writeCharacters("a {text-decoration: none; color: #10409C;}" + "a:hover {text-decoration: underline;}"
+ ".centered { text-align: center; }" + ".underlined { border-bottom : 1px solid #cccccc; }\n");