/* A Simple Style for General Documents
   Copyright 1999 Blossom Associates West
*/
html {
  background-color: #ffe;
}

body {
  margin-top:   3%;
  margin-left:  5%;
  margin-right: 5%;
  color: black;
  font-family: serif; /* times is rendered as greek on my Konqueror browser. Don't know why. */
}

p, td {
  font-family: serif;
}

/* We use "ul" below because, "li" does not seem to have any effect. */
h1, h2, h3, h4, h5, h6, ul {
  font-family: sans-serif;
}

pre {
  font-family: Incosolata,Consolas,monospace;
}

.code, code {
  background: transparent;
  color: maroon;
}

.lyrics {
  margin-left: 3%;
  background: transparent;
  color: maroon;
}

.alert {
  color: red;
}

div.loud {
  font-weight: bold;
  background: black;
  color: white;
  border: solid red;
  padding: 5%;
}

table {
  background: #ddd;
  color: black;
}

tr.selected {
  background: #ffaa44; /* dusty orange */
}

.tab {
  background: #ddd;
}
