<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 />
/*
 * decorated.css
 * (C)Copyright 2000, 2002 by Hiroshi Takekawa
 * Last Modified: Fri Aug 15 03:09:47 2003.
 */

BODY {
  background-color: #eeeeee;
  /* line-height: 110%; */
}

.imp {
  color: red;
}

P {
  text-indent: 1em;
  margin-left: 0.8em;
  margin-right: 0.8em;
}
HR {
  width: 95%;
}

H2 {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  margin: 1em 0em 0em 0em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  /* border-width: 0.3em 0.3em 0.3em 0.3em; */
  border-width: medium;
  border-style: ridge; /* none,solid,double,groove,ridge,inset,outset */
  border-color: #aaaaff;
  color: #000000;
  background-color: #eeeeff;
  font-weight: bold;
  font-size: 1.4em;
  width: 95%;
}
H2.normal {
  margin: 1em 0em 0em 0em;
  font-weight: bold;
  font-size: 1.4em;
}

A:link {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}
A:hover {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
A:active {
  color: lightgreen;
  background-color: transparent;
  text-decoration: none;
}
A:visited {
  color: darkblue;
  background-color: transparent;
  text-decoration: underline;
}
