<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
BODY{font-weight : normal;
  
  background-color : teal;
  line-height : 0%;
}
A:HOVER{color : lime;}
A:VISITED{
  color : olive;
}
A{
  color : teal;
}
</pre></body></html>