
document.writeln('<STYLE>A:hover {')
document.writeln('	COLOR: #f7cf00')
document.writeln('}')
document.writeln('</STYLE>')

document.writeln('<STYLE>A:link {')
document.writeln('	TEXT-DECORATION: none')
document.writeln('}')
document.writeln('A:visited {')
document.writeln('	TEXT-DECORATION: none')
document.writeln('}')
document.writeln('A:active {')
document.writeln('	TEXT-DECORATION: none')
document.writeln('}')
document.writeln('A:hover {')
document.writeln('	COLOR: #ffffff; TEXT-DECORATION: underline')
document.writeln('}')
document.writeln('</STYLE>')

