<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Style sheet for the HTML 4.0 specification
*/

body {
   background: url("/~rhlindengrun/art/backgrnd.gif") white;
   color: black;
}
A:link {
   color: #0f8f8f;
   background: transparent;
}
A:visited {
   color: #8f8f0f;
   background: transparent;
}
A:active {
   color: red;
   background: transparent;
}
DIV.LastUpdate {
   color: #ffff00;
   background: black;
   width: 80px;
}
</pre></body></html>