var style;
style = "<style type=\"text/css\">\n";

style += "#welcome { color : #336633;\n";
style += "font-family : san-serif;\n";
style += "font-size : 24pt;\n";
style += "border-style : inset;\n";
style += "border-top-width : 2px;\n";
style += "border-left-width : 2px;\n";
style += "border-right-width : 2px;\n";
style += "border-bottom-width : 2px;\n";
style += "border-color : darkgreen;\n";
style += "}\n";
style += "</style><BR>\n";

document.write(style);

var msg;
msg = "<CENTER><SPAN ID=\"welcome\">\n";
msg += " BA 72 - Advanced QuickBooks Pro &reg; \n";
msg += "</SPAN><BR></CENTER>\n";
document.write(msg);
