<?
	// This is a CSS file (Firefox needs this)
	header('Content-type: text/css');

	// Go ahead and cache this page... please
	session_cache_limiter('public');

	include_once 'common.php';

	// Stuff that only applies to printing
?>

.web , .web a { visibility: hidden; display: none; }
.print { }
.noprint { display: none; }

/* Force the link to look like regular text */
a { text-decoration: none; }
a:link {color: #000; }
a:visited {color: #000; }
a:hover { color: #000; }
a:active { color: #000; }
