document.writeln("<style>");
//document.writeln("<!--");

document.writeln(".itemText { text-decoration: none; color: #FFFF00; font: italic 20px Corbel }");
document.writeln(".itemHover { text-decoration: none; color: #0000FF; font: 20px Corbel, Tahoma }");
document.writeln(".itemBorder { border: 2px solid yellow }");
document.writeln(".crazyText { text-decoration: none; color: #FFCC99; font: Bold 10px Verdana, Tahoma }");
document.writeln(".crazyHover { text-decoration: none; color: #99CCFF; font: Bold 10px Verdana, Tahoma }");
document.writeln(".crazyBorder { border: 1px outset #c5d6e8 }");
document.writeln(".crazyBorderOver { border: 1px inset #CC9966 }");

document.writeln("a:active     { font-family: Verdana; color: #0000FF; font-size: 10pt }");
document.writeln("a:link       { font-family: Verdana; font-size: 10pt; color: #008080 }");
document.writeln("body         { font-family: Verdana; font-size: 10pt; color: #000099; text-align: left; word-spacing: 3; line-height: 150%; float: left; margin: 3 2 }");
document.writeln("<style fprolloverstyle>A:hover {color: #A0A0A0; font-family: Verdana; font-size: 10pt}");
//document.writeln("</style>");


//document.writeln(";-->");
document.writeln("</style>");

