<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: sans-serif;
  background-color: #4c653d;
  background-image: url("https://www.gnu.org/software/freedink/media/images/background.jpg");
  background-attachment: fixed;
}

div {
  overflow: auto;
  border-radius: 10px;
}

table {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-left: 16px;
}

p {
  margin: 16px 16px 16px 16px;
}

li {
  margin-top: 8px;
}

hr {
  width: 80%;
  color: #5d714c;
  background-color: #5d714c;
  border-color: #5d714c;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: white;
}

/* this is only required for internet explorer, like many things are =@ */
a img {
  border: none;
}

#page td.buffer {
  width: 50%;
}

#navbar {
  text-align: center;
}

#navbar a {
  font-weight: bold;
}

div.nav {
  float: left;
  width: 50%;
}

div.nav a {
  display: block;
  color: yellow;
  height: 32px;
}

div.nav a:hover {
  background-image: url('https://www.gnu.org/software/freedink/media/images/navlink-hover.gif');
  color: white;
  text-decoration: none;
}

#content {
  background-color: #96ad83;
  border-radius: 5px;
  width: 650px;
}

#footer {
  margin-top: 16px;
  color: white;
  text-align: center;
  font-weight: bold;
}

#footer a {
  color: aqua;
}

#cvs-link {
  margin-top: 10px;
  background-color: #5a5242;
}

/* TODO : check to see if this is still used anywhere */
.nobr {
  white-space: nowrap;
}

/* vim:set ts=8 sts=2 sw=2 noet: */
</pre></body></html>