BODY,TD { background: #DEF;
  color: black;
  text-align: justify;
  font-family: "Bitstream Vera Sans", Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
  font-size: 15px;
}

A:link, A:visited { color: blue; background: none; text-decoration: none; }

A:hover { color: red; background: none; text-decoration: underline; }

LI { padding-top: 12px; }

.code { background: #EEE;
 color: black;
 font-family: monospace;
 border-width: 1px;
 border-style: dotted;
 border-color: black;
 padding: 6px;
}

.script { background: #CED;
 color: black;
 font-family: monospace;
 border-width: 1px;
 border-style: dotted;
 border-color: white;
 padding: 6px;
}

.nb { border-width: 1px;
 border-style: dotted;
 border-color: #FF0;
 background: #CDE;
 color: black;
 padding: 6px;
}

#backlinks { margin-top: 30px; text-align: center; }

#lastpara { margin-bottom: 60px; }

.centerpara { margin-top: 20px; text-align: center; }

.smaller { font-size: 13px }

.firstli { padding-top: 0 }

