<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 />

/* header, navigation, main, footer......................................*/

#header {
    text-align: center;
    line-height: 150%;
    margin-bottom : 5%;
}

#navigation {
    border-top : 1px solid #bace99;
    padding-top : 2%;
    font-size : 120%;
    font-family: "Lucida Grande", "Myriad", "Segoe UI", "Gotham", sans-serif;
    font-weight: normal;
}

#contact {
    margin-top : 5%;
    font-size : 100%;
}

#main {
/*    border-top : 1px solid maroon; */
    margin-top : 5%;
    font-size : 100%;
}

#footer {
    clear : both;
    border-top : 1px solid maroon;
    font-size : 80%;
    margin-top : 10%;
}

/* body................................................................. */

body {
    padding : 0;
    font-family: "Lucida Grande", "Myriad", "Segoe UI", "Gotham", sans-serif;
    line-height : 150%;
    margin: 0% 10% 3% 10%;
}

p {
	text-align: justify;
}

b {
        font-weight: normal;
        text-decoration: none;
	color: maroon;
}

img {
    max-width:100%;
    height:auto;
}

/* headings............................................................. */

h1 {
	font-family: "Lucida Grande", "Myriad", "Segoe UI", "Gotham", sans-serif;
	font-weight: normal;
	font-size: 180%;
	line-height: 150%;
	color: maroon;
}

h2 {
	font-family: "Lucida Grande", "Myriad", "Segoe UI", "Gotham", sans-serif;
	font-weight: normal;
	font-size: 150%;
	line-height: 120%;
	color: maroon;
	margin-top: 3%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: maroon;
}

/* links................................................................ */

a {
	text-decoration: none;
	color: maroon;
}
a:hover {
	text-decoration: underline;
}

/* tables............................................................... */

td {
	padding-right: 20px;
    vertical-align: top;
}

