/* soc.bi stylesheet
 * lm 13-May-2001 JWH
 *
 * Palette:
 * #9b30ff - purple1
 * #ffbbff - plum1
 * #e6e6fa - lavender
 * #87ceeb - skyBlue
 * #ee82ee - violet
 * #dabaff - a kind of light orchid
 */

        a {text-decoration: none}
   a:link {color: #9b30ff}
 a:active {color: #ee82ee}
a:visited {color: #ffbbff}

body {
  color: black;
  background: white;
}

h1 {
  color: white;
  background: #9b30ff;
  font-style: bold;
  font-size: 24pt;
  text-align: center;
}

h2 {
  color: white;
  background: #ffbbff;
  font-style: bold;
  font-size: 20pt;
  text-indent: 32pt;
}

h3 {
  color: black;
  background: #e6e6fa;
  font-style: bold;
  font-size: 16pt;
  text-indent: 32pt;
}

td {font-family: helvetica;}

th {
  font-family: helvetica;
  background: #ffbbff;
  text-align: left;
}

td.heading {background: #9b30ff}
td.subheading {background: #ffbbff}
td.section {
  background: #e6e6fa;
}

td.content {
  padding: 4;
  margin-bottom: 10;
}

td.header {
  background: #e6e6fa;
  font-family: courier;
}

td.body {
  padding-top: 1em;
  background: white;
  font-family: courier;
}

td.footer {
  background: #e6e6fa;
  font-family: courier;
}

td.odd {background: #e6e6fa;}

td.even {background: #87ceeb;}

td.lm {
  color: #aaaaaa;
  font-size: smaller;
  font-style: italic;
  text-align: right;
}

tt {
  font-family: courier
  font-size: 100%
}

span.marginalia {
  color: magenta;
  background: #dabaff;
  text-align: center;
  font-weight: bold;
  font-family: times;
  font-size: 30pt;
}

span.highlight {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

span.front1 {
  color: #9b30ff;
  text-align: center;
  font-family: times;
  font-weight: bold;
  font-size: 32pt;
}

span.front2 {
  color: #dabaff;
  text-align: center;
  font-size: 20pt;
}

span.lowlight {color: blue}
span.linkcol  {color: #9b30ff}
span.vlinkcol {color: #ffbbff}

dt,dfn {color: blue}

pre {
  font-family: courier;
  font-size: 85%;
}

pre.art {
  font-size: 100%;
}

img.offset {padding-top: 44}

div.next {
  background: #e6e6fa;
  font-family: courier;
  text-align: center;
}
