var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-266-datetimeandtitle';
wsContentVar += '{';
wsContentVar += '     /* margin-left to 0px for no bullets */margin:px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += 'ul .edu-uiuc-webservices-pc-266-9 li div';
wsContentVar += '{';
wsContentVar += '     display:block;';
wsContentVar += '     list-style-image:url();';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += 'ul .edu-uiuc-webservices-pc-266-9 li span .date';
wsContentVar += '{';
wsContentVar += '     font-size:80%;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += 'ul .edu-uiuc-webservices-pc-266-9 li span .time';
wsContentVar += '{';
wsContentVar += '     font-size:80%;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += 'ul .edu-uiuc-webservices-pc-266-9 li a';
wsContentVar += '{';
wsContentVar += '     text-decoration:none;';
wsContentVar += '     font-size:80%;';
wsContentVar += '}';
wsContentVar += '     ';
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("<ul class=\"edu-uiuc-webservices-pc-266-9\" xmlns:xalan=\"http://xml.apache.org/xslt\"></ul>");
