<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * CLISP web pages stylesheets
 * Copyright (C) 2001-2008, 2017 by Sam Steingold &lt;sds@gnu.org&gt;
 * Covered by the GNU GPL &lt;http://www.gnu.org/copyleft/gpl.html&gt;
 */

/* reduce the whitespace (see also impnotes.css) */
li p { margin: 0pt; }
td p { margin: 0pt; }
dd p { margin: 0pt; }

h1,h2,h3,h4,h5,h6,p.center {
  text-align: center;
}

img { border-width: 0; }

a:hover {
  color: red;
  background-color: transparent;
}

p {
  text-align: justify;
}

/* center all tables */
table {
  margin-left: auto;
  margin-right: auto;
}

/* full width horizontal rulers */
hr { width: 100%; }

/* some special classes */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.big { font-size: larger; }
</pre></body></html>