body {
   background-color: white;
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 11pt;
   font-weight: normal;
   margin-left: 10px;
   margin-right: 25px;
   color:black;
}

TD P { color: #000000 }
P { color: #000000 }
H1 {
  color: #000080;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

H2 {
  color: #000080;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

H3 {
  color: #000080;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

H4 {
  color: #000080;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin-left: .1em;
  margin-bottom: .1em;
  margin-top: .1em;
}

dt {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}

dd {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: .7em;
  color: #000000;
}



A:link { color: #0000ff }
A:visited { color: #800080 }

div.code, pre.code {
  white-space: pre;
  font: .85em, "Lucida Console","Courier New",monospace;
  color: black;
  width: 98%;
  margin: auto;
  max-width: 650px;
  border: 4px;
  padding: 10px;
  border-style: ridge;
  background-color: #DBDBDB;
}

.artquote {
  width:250px;
  padding:5px;
  margin: 0 0 10px 10px;

  background: #fff8db;
  border: 1px solid #ffcc33;
  float:right;
}
