document.write("<style>");
document.write(".itemText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }");
document.write(".itemHover { text-decoration: none; color: #FFFF99; font: 12px Arial, Helvetica }");
document.write(".itemBorder { border: 1px solid black }");

document.write(".crazyText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }");
document.write(".crazyHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica }");
document.write(".crazyBorder { border: 1px outset #6699CC }");
document.write(".crazyBorderOver { border: 1px inset #CC9966 }");
document.write(".tooltip {font-family: Verdana; font-size: 11px; color: #000000; position: absolute; visibility: hidden; background: #FFFFCC; border-style: solid; border-color: #000000; border-width: 1px }");
document.write("</style>");

