document.write('<style>')
document.write('font{color : navy;}')
document.write('a{text-decoration:none}')
document.write("  a:hover{text-decoration: underline + overline; color: navy;font-weight:bold}")
document.write('</style>')

