BODY {
  background-color: #eeffdd;
  color: black
}
A:link    { color: blue }
A:visited { color: purple }
A:active  { color: red }

P.bottomspace { /*margin-bottom: 1em ; */ text-indent: 0em }
P.applet { margin: 0em; text-indent: 0em }
IMG.thumbnail { }

PRE.code-fragment {
  /*margin-left: 0em;*/        /* これがあると monospace が効かない(NN4.03) */
  background-color: #ddddff;
  color: #000066;
  font-family: monospaced;
  border: 1px solid black;
  white-space: pre;
}
