<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 />
/* $Id: preferred.css,v 1.11 2002/06/17 20:26:02 david Exp $ */

span.stylesheetname:before {
  content: "Preferred"
}
body {
  font-family: Univers, Zurich, Helvetica, Arial, sans-serif;
  font-size: 1em
}
h1 {
  text-align: center;
  font-family: Baskerville, "New Century Schoolbook", serif;
  font-size: 250%
}
pre,tt,code,kbd,samp {
  font-family: Courier, "Courier New", fixed, monospace;
}
a:link,a:visited,a:active,a:link:hover,a:visited:hover {
  text-decoration: none
}
.centered {
  text-align: center
}
.subtitle {
  font-size: 1.5em;
  text-align: center
}
.important {
  border: solid
}
.navbar {
  text-align: center;
  font-family: "Times Roman", Times, "Times New Roman", serif
  /* "small" is specified in the HTML itself */
}
.boxedcode {
  border: thick outset;
  padding: 0.5em
}

/* We only specify colors for the screen media because trying to
 * specify colors for a B&W printer may yield disastrous results. */

@media screen {
  html {
    background: #99a6b8
  }
  body {
    background: #99a6b8;
    color: black
  }
  h1 {
    background: #a6ccb8;
    color: #660033
  }
  h2 {
    background: #80a6cc;
    color: #993300
  }
  .subtitle {
    background: #80a6cc;
    color: #993300
  }
  h3 {
    color: #806600
  }
  h4 {
    color: #663300
  }
  h5 {
    color: #4d0000
  }
  a:link {
    color: #0000ff
  }
  a:visited {
    color: #4d00ff
  }
  a:active {
    background: #99cc99;
    color: #cc00ff
  }
  a:link:hover,a:visited:hover {
    background: #99cc99;
    color: #4d00ff
  }
  .important {
    border-color: red
  }
  .brackdate {
    color: #002000
  }
  .boxedcode {
    border-color: #99a6b8;
    background: #b8b899
  }
}
