body {
  background-image: url("images/pansi-bg2.png");
  color: #FFFFFF;
  font-family: "Trebuchet MS", "Trebuchet";
  margin: 1.5em;
  background-position: 1.5em 1.5em;
}

table {
  border: none;
  margin: 0em;
  border-spacing: 0em;
  border-collapse: collapse;
  background-image: url("images/pansi-bg.png");
  padding: 0em;
  width: 50em;
  /* Hack because Konqurer incorrectly fails to inherit
  font properties from body */
  color: #FFFFFF;
  font-family: "Trebuchet MS", "Trebuchet";
}

td {
  vertical-align: top;
  padding: 0.5em;
}

td.menu {
  font-size: 1.2em;
  font-weight: bold;
}

td.title {
  text-align: center;
}

h1 {
  margin: 0em;
  font-size: 8em;
  font-weight: bold;
}

h3 {
  margin: 0em;
  margin-top: -1em;
  font-size: 1.5em;
  font-weight: bold;
}

h5 {
  margin: 0em;
  font-size: 1em;
  font-weight: bold;
}

p {
  text-indent: 1em;
}

div.indent {
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 1em;
}

pre {
  font-family: "andale mono","monotype.com";
  font-size: 0.9em;
  margin-bottom: 0em;
}

img {
  border-color: #330066;
}

img:hover {
  border-color: #AAFFAA;
}

td.copyright {
  font-size: 0.7em;
  font-style: italic;
}

A:link { color: #AAFFAA; }
A:visited { color: #AAFFAA; }
A:hover { color: #330066; background: #AAFFAA; text-decoration: none; }
