/* --------------------------------------------------------- 

						CrowleyClan.com
						---------------
						
   PRINT - Print Stylesheet
   
   web				: http://www.crowleyclan.com
   filename			: print.css
   version			: 08.10.2008
   
   copyright		: (c) 2008 CrowleyClan.com
   						
   This style sheet contains style overrides for printing
   pages on the crowleyclan.com website. 
	 
----------------------------------------------------------- */
*	{
	color: black !important;
	font-family: "Times New Roman", serif, !important;
	font-size: 100%;
	}
hr	{
	color: black !important;
	}
/* Font sizes in points instead of pixels */
h1	{
	font-size: 18pt;
	}
h2	{
	font-size: 16pt;
	}
h3	{
	font-size: 14pt;
	}
h4, h5, h6	{
	font-size: 12pt;
	}
p	{
	font-size: 10pt;
	}
a:link, a:visited	{	/* no underline on links */
	text-decoration: none;
	}
.noprint{			 	/* this class does not print */  
	display: none;
	}
#redbar	{
	border: none;
	}
#banner h1	{
	font-size: 240%;
	}
.issue	{				/* newsletter issue number */
	border: thin solid black !important;
	}
#content	{
	margin-top: 0;
	}	
