body {
  background-color: #ffffff;
  background-image: url(../images/check24y2.gif);
  background-repeat: repeat-y;
  color: black;
  margin-left: 4%;
}

A:hover{ text-decoration: undefline; color: #004fbf; }

em { color: blue }
strong { color: #e00000 }
p { text-indent: 1em }
p.desc { text-indent: 1em; color: #00a050 }

li { list-style: disc }
li.h2 { list-style: square; color: #4fbf4f }
li.h3 { list-style: square; color: #4f4fbf }

div.desc { color: #608000 }
div.updated { text-align: left; font-size: small }
div.indent { margin-left: 10%; margin-right: 10% }
div.url { text-align: left; color: orange; font-style: italic }
div.lang-navi { text-align: right; color: #a52a2a; margin-top: -1em }
div.doc-navi {
  text-align: center;
  font-size: small;
  color: green;
}

h1 {
  text-align: center;
  font-size: large;
}

h2 {
  background-image: url(../GreenBox.gif);
  background-repeat: no-repeat;
/*width: 100%; Netscape Navigator 4 for Win95 program error! */
  font-size: medium;	/*large;*/
  padding: 4px 4px 4px 20px;
  background-color: #dfffdf;
/*border-style: none;
  border-width: 1px;*/
/*margin-left: 0px; Netscape Navigator 4 for Win95 program error! */
}

h3 {
  background-image: url(../BlueBox.gif);
  background-repeat: no-repeat;
/*width: 100%; Netscape Navigator 4 for Win95 program error! */
  font-size: medium;/*large;*/
  padding: 4px 4px 4px 20px;
  background-color: #dfffff;
/*border-style: none;
  border-width: 1px;*/
/*margin-left: 0px; Netscape Navigator 4 for Win95 program error! */
}

blockquote {
  font-style: italic;
  color: #a52a2a;
}

address {
  font-style: italic;
/*font-size: smaller;*/
  color: #a52a2a;
}

pre.box {
  white-space: pre;
/*width: 100%; Netscape Navigator 4 for Win95 program error! */
/**
  background-color: #ffcfff;
  border: normal;
  padding: 1em;
**/
  padding: 0em;
  background-color: #cfffff;
  border-style: solid;
  border-width: 1px;
  border-color: black;
/*margin-left: 0px; Netscape Navigator 4 for Win95 program error! */
}
