
document.open();
document.write('<style> ');
document.write('a           { color:#0000FF;  text-decoration: none;                                 } ');
document.write('a:hover     { color:#FFFFFF;  text-decoration: underline; background-color: #4B0082; } ');
document.write('td.hv:hover { color:white;    text-decoration: underline; background-color:#4B0082;  } ');
document.write('td.tx:hover {                 text-decoration: none;      background-color:#BBEBFF;  } ');
document.write('</style> ');

document.write('</head>' );


