*/
public ConcreteElement doBuild( RunData data )
throws Exception
{
ElementContainer body = new ElementContainer()
.addElement(new HR().setSize(1).setNoShade(true))
.addElement(new B().addElement(
new Font().setColor(HtmlColor.green).setSize(2)
.addElement("Turbine - A Servlet Framework for building Secure Dynamic Websites.")))
.addElement( new Form( new DynamicURI ( data, "DefaultScreen", "LogoutUser", true ).toString(),
Form.POST ).addElement(new Input("SUBMIT", "Logout", "Logout") ) );