/* See http://glish.com/css/ */
/* See http://www.htmlhelp.com/reference/css/style-html.html#external */
/* See http://w3development.de/css/hide_css_from_browsers/import/ */
@import url(site.css);
body {
  background: #000;
}
p {
  color: #f00;
}
li {
  color: #999;
}
