/*******************************************************************************
* 	FILENAME      : /includes/css/printstyle.css                                   	*
*   DESCRIPTION : Cascading Style Sheet modified by Greg Waters for BCHRS pages		*
*   										                                       	*
*******************************************************************************/

/* print styles */

BODY 					{text-align: center; color: black; background: white;}
A:link, A:visited 		{background: white; color: black; text-decoration: none;}
H1, H2, H3 				{background: white; color: black; padding-bottom: 1px; border-bottom: 1px solid gray;}

.noprint 				{display: none;}
.content 				{text-align: left; margin-left: 2em; width: 600px; }
.footer 				{ font-family:arial,times new roman,sans-serif; font-size:10px; }
.newspaper1        		{ font-family:arial narrow,geneva,sans-serif; font-size:36px; color:#000000; }
.newspaper2        		{ font-family:times new roman; font-size:28px; color:#000000; }
.newspaper3        		{ font-family:times new roman; font-size:24px; color:#000000; }
.newspaper4        		{ font-family:times new roman; font-size:20px; color:#000000; }


