<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 />
/* faq.css -- Style sheet used for faq2html output. */

/* Basic style settings for all of my pages. */
body { color: black; background: white }
h1 { font-size: x-large; text-align: center }
address { margin-top: 0.5ex; font-size: small; text-align: right }
hr {
    height: 2px;
    color: silver;
    background: silver;
    border-width: 1px;
    border-color: silver;
    border-style: solid;
}

/* The navigation bar. */
table.navbar {
    font-size: small;
    font-weight: bold;
    color: black;
    background: silver;
    text-align: center;
    width: 100%;
    clear: both;
}
td.navleft  { text-align: left; width: 25% }
td.navright { text-align: right; width: 25% }

/* Add the centered subheadings at the top of some pages. */
p.subheading { text-align: center; font-weight: bold; margin-left: 0 }

/* Decrease the size of second-level headings. */
h2 { font-size: large }

/* Indent the body text and lower headings. */
p { margin-left: 2em }
dl { margin-left: 2em }
ol { margin-left: 2em }
ul { margin-left: 2em }
dl p { margin-left: 0 }
ol p { margin-left: 0 }
ul p { margin-left: 0 }
pre { margin-left: 2em }
dl pre { margin-left: 0 }
ol pre { margin-left: 0 }
ul pre { margin-left: 0 }
h3 { margin-left: 1em }
