document.write(
'<style type="text/css">'+
   'body { margin: 0px; padding: 0px; }'+
   'A:link { color: #005300; }'+
   'A:visited { color: Gray; }'+
   'A:hover { color: red; }'+
   'A { text-decoration: none; }'+
   'A:link.weather { color: yellow; }'+
   'A:visited.weather { color: yellow; }'+
'</style>'
)