BODY,TD { background: #FFFFF0;
  color: black;
  text-align: justify;
  font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
  font-size: 10pt;
}

P { background: #FFFFF0;
  color: black;
  text-align: justify;
  font-family: Times, serif;
  font-size: 12pt;
}

A:link { color: red; text-decoration: none; }

A:visited { color: #808080; text-decoration: none; }

A:hover { color: red; text-decoration: underline; }

LI { padding-top: 6pt;
     font-family: Times, serif;
     font-size: 11pt; }

PRE { background: #EEE;
 color: black;
 font-family: monospace;
 border-width: 1px;
 border-style: dotted;
 border-color: black;
 padding: 4pt;
}

.script { background: #CED;
 color: black;
 font-family: monospace;
 border-width: 1px;
 border-style: dotted;
 border-color: white;
 padding: 4pt;
}

.nb { border-width: 1px;
 border-style: dotted;
 border-color: #FF0;
 background: #CDE;
 color: black;
 padding: 4pt;
}

#backlinks { margin-top: 30px; text-align: center; }

#lastpara { margin-bottom: 60px; }

.centerpara { margin-top: 20px; text-align: center; }