<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 />
/* pod.css -- Style sheet used for pod2thread 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% }

/* Tweak the headings a little bit for POD documentation. */
h2 { 
    font-size: large;
    border-style: solid;
    border-color: black;
    border-width: 0px 0px 2px;
    padding: 1em 0px 0px;
}

/* POD documentation has subheaders and sometimes navigation bars. */
p.subhead { text-align: center; font-weight: bold }
p.navbar { text-align: center }
