/*
 * CLISP web pages stylesheets
 * Copyright (C) 2001-2008, 2017 by Sam Steingold <sds@gnu.org>
 * Covered by the GNU GPL <http://www.gnu.org/copyleft/gpl.html>
 */

/* 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; }
