<?
	// 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 the web browser
?>
.web { }
.print { visibility: hidden; display: none; }

/* Force links to always be blue */
a:link {color: #00f; }
a:visited {color: #00f; }
a:hover { color: #00f; }
a:active { color: #00f; }

