/* A Simple Style for General Documents
   on a Computer Screen
*/
html {
  background-color: #ffe;
  /* This image in the upper right is controversial. */
  background-image: url(/bigrect.gif); 
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  margin-top:   3%;
  margin-left:  5%;
  margin-right: 5%;
  color: black;
  font-size: 11pt !important;
  font-family: Avenir, "Lucida Grande", "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
}

p, td {
  font-family: Avenir, "Lucida Grande", "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
}

/* We use "ul" below because, "li" does not seem to have any effect. */
h1, h2, h3, h4, h5, h6, ul {
  font-family: Avenir, "Lucida Grande", "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
}

pre {
  font-family: 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;
}

.tab {
  background: #ddd;
}
