<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">DIV {
   background-color : gold;
   border-style : outset;
   border-color : skyblue;
   border-left-color : goldenrod;
   border-width : 3 0 2 8;
   line-height : 200%;
}
SPAN {
   background-color : khaki;
}
DD,P {
  line-height : 150%;
 }

</pre></body></html>