/*
 * OPL style sheet
 */

BODY {
  margin-left:  10%;
  margin-right: 5%;
  font-family:  Trebuchet, Arial, sans-serif
}

DT { margin-top:    12px }

H1 { margin-left: -8% }
H2 { margin-left: -4% }
H2 { color: #990066 }
H3 { color: black }

PRE {
  color:        green;
  font-weight:  bold;
  font-family:  monospace    /* navigator 4 requires this */
}

EM {
  font-style:   italic;
  font-weight:  bold
}

STRONG {
  text-transform:   uppercase;
  font-weight:      bold
}

B       { color: #990066 }
B.black { color: black }
B.pink  { color: #990066 }
B.pink  { color: #990066 }

TD { background: #FFBFBF }
TH { background: #A0A0A4 }

CAPTION {
  text-decoration:  underline;
  margin-top:       1em
}

.splash { color: #990066 }

P.banner { margin-left: -4% }

BLOCKQUOTE {
  color:        black;
  font-style:   italic;
  font-family:  "Comic Sans MS", sans-serif
}

DIV.disclaimer { margin-left: -8% }

DIV.color {
  background:   rgb(255,204,255);
  padding:      0.5em;
  border:       none
}
            