<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />

/* jcore.css - Japanese common style 
 *  - Feel free to copy, distribute, or modify.
 *  - Absolutely NO WARRANTY.
 */

/* Originaly written by YANO Keisuke-san,
 * modified slightly by UCHIDA Akira.
 */

BODY {
  line-height: 150%;
  background: white;
  color: black;
  margin: 5%;
  padding: 5pt;
}

A:link {
  color: #0000cc;
}

A:visited {
  color: #990099;
}

A:hover {
  background: #ffcc00;
}

P {
  text-indent: 1em;
/*  text-align: justify;*/
}

LI P, DD P {
  text-indent: 0;
  /* margin? */
}

P, DD {
  margin-top: 0em;
  margin-bottom: 0.3em;
}

PRE, BLOCKQUOTE, UL, OL, DL, DIV {
  margin-top: 1em;
  margin-bottom: 1em;
}

EM {
  font-style: normal;
  text-decoration: underline;
}

DFN {
  font-style: normal; /* Don't be slanted */
  font-weight: bold
}

STRONG {
  font-weight: bolder
}

BLOCKQUOTE {
  margin-left: 2em;
}

ADDRESS {
  margin: 1.5em 1em 0 2em; /* assumed ADDRESS in the bottom of the document */
  line-height: 120%;
  font-style: normal;
}

PRE {
  line-height: 130%;
}

/* Headings [PENDING - Font size] */

H1 {
  line-height: 120%;
  text-align: center;
}

H2, H3, H4, H5, H6 {
  line-height: 120%;
  text-align: left;
}

H4, H5, H6 {
  margin-left: 1em;
}

DIV {
  margin-auto;
}

/* Common class selectors
   [PENDING - Should these be included this style sheet?] */

PRE.sample {
  line-height: 120%;
  background: #d8e0d0;
  padding: 0.5em;
  border: outset thin #d8e0d0;
}

.note {
  margin-left: 2em;
  text-indent: 0;
}

