body {
  background-color: white;
  text-align: justify;
  margin-right: 0.5cm;
}

h3 {
  color: #000088;
}

table,td {
  text-align: justify;
  vertical-align: top;
}

td.menu {
  text-align: left;
}

td.menu br {
  margin-top: 1mm;
  margin-bottom: 1mm;
}

a.goon {
  color: blue;
}

.entry {
  margin-top: 1mm;
  margin-bottom: 1mm;
}

p {
  text-align: justify;
}

p.footnote {
  font-size: small;
  text-align: center;
}

strong {
  text-decoration: none;
  font-weight: bold;
  color: red;
}

pre {
  font-family: courier, "courier new", monospace;
}

kbd { /* komenda z klawiatury */
  font-family: courier, "courier new", monospace;
  font-weight: bold;
}

samp { /* pliki, komunikaty */
  font-family: courier, "courier new", monospace;
}

code { /* wciskane klawisze */
  font-family: courier, "courier new", monospace;
  font-weight: bold;
}

small {
  font-style: italic;
}
/* vim:set ft=css ai: */

