bgl='#aaff55';
bgz='#887711';
bgh='#ee9911';
bgw='#eeeef6';

col='#0000aa';
coz='#ffff00';
coh='#660000';
cow='#444400';

document.write('<style type="text/css">');

document.write('.stylel			{background-color: '+bgl+';font-weight: bold;}');
document.write('a.stylel:link		{color: '+col+';}');
document.write('a.stylel:visited	{color: '+col+';}');
document.write('a.stylel:hover		{color: #3333ff;background-color: '+bgl+';}');
document.write('.stylez			{background-color: '+bgz+';font-weight: bold;}');
document.write('a.stylez:link		{color: '+coz+';}');
document.write('a.stylez:visited	{color: '+coz+';}');
document.write('a.stylez:hover		{color: #ffff99;background-color: '+bgz+';}');
document.write('.styleh			{background-color: '+bgh+';font-weight: bold;}');
document.write('a.styleh:link		{color: '+coh+';}');
document.write('a.styleh:visited	{color: '+coh+';}');
document.write('a.styleh:hover		{color: #993333;background-color: '+bgh+';}');
document.write('.stylew			{background-color: '+bgw+';font-weight: bold;}');
document.write('a.styleW:link		{color: '+cow+';}');
document.write('a.stylew:visited	{color: '+cow+';}');
document.write('a.stylew:hover		{color: #777733;background-color: '+bgw+';}');

document.write('</style>');

