/* This style sheet was used for printing pages of THE NET, */
/* OUMC's former newsletter, and is being borrowed and      */
/* adapted to make portions of its new web site printable.  */

body
	{
	color: black;
	background: white;
	}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	}

div
	{
	border: none;
	}

/* The following class may be used to suppress printing
of otherwise visible text. */

.nopr
	{
	display: none; border: none;
	}

/* A HREF="http://jigsaw.w3.org/css-validator/" ALT="Valid CSS!" */

