var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-501-18-wrapper';
wsContentVar += '{';
wsContentVar += '     font-family:arial;';
wsContentVar += '     width:250px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-501-18-wrapper a:link';
wsContentVar += '{';
wsContentVar += '     color:#666666;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-501-18-wrapper a:visited';
wsContentVar += '{';
wsContentVar += '     color:#666666;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-501-18-wrapper a:hover';
wsContentVar += '{';
wsContentVar += '     color:#FF6600;';
wsContentVar += '     text-decoration:underline;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-501-18-title a';
wsContentVar += '{';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-501-18-title a:visited';
wsContentVar += '{';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-501-18-title a:hover';
wsContentVar += '{';
wsContentVar += '     text-decoration:underline;';
wsContentVar += '}';
wsStyleVar.setAttribute('type', 'text/css');
if (wsStyleVar.styleSheet)
{   // IE
    wsStyleVar.styleSheet.cssText = wsContentVar;
}
else
{                // the world
    var tt1 = document.createTextNode(wsContentVar);
    wsStyleVar.appendChild(tt1);
}
var wsHeadVar = document.getElementsByTagName('head')[0];
wsHeadVar.appendChild(wsStyleVar);
document.write("<div class=\"edu-uiuc-webservices-pc-501-18-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\"></div>");
