/* Default style file is svppc-classic.css */

/* Force black-on-white to avoid wasting ink */
BODY
{
  color: #000000;
  background-color: white; 
}

/* Turn off sections that waste ink */
DIV.navigation, DIV.logo, DIV.ads, DIV.stats, DIV.refs
{
  display: none;
}

/* Force black-on-white to avoid wasting ink */
TD
{
 color: #000000;
}

/* Force links to standard colors to avoid problems with white background */
A:link
{
 color: #0000FF;
}

A:visited
{
 color: #800080;
}

A.target
{
 color: #000000;
}
