@charset "iso-8859-1";

@media screen
{
	BODY 		{background-color: #CCFCCC; margin-left: 1em; margin-right: 1em; } 
				<!-- Cath-Hist uses  background-color: #E9C2A6 -->
				<!-- peridat.css uses  #F0E0E0; -->
				
/* form { border:thin blue solid;} */


	A			{color: blue; text-decoration: none;}
				
	H2 			{font-size: 1.8em; color: red; text-align: center;}

	H3 			{font-size: 1.2em; color: black; text-align: left;}

	H4     		{font-size: 1.1em; color: blue; text-align: center; }

	H5			{font-size: 0.7em; text-align: center; color: blue;}
		
	DIV.ONE		{text-indent: -1em; }
	
		.TWO	{color: blue; text-align: center; font-size: 0.9em; }
		
	P.LINK		{font-size: 1.2em; text-align: center; 	}
	
	DIV.HELP	{margin-left: 4em; margin-right: 4em; }		/* ? not used 19.1.06  */
	
	 .NOTE 		{font-size: 0.8em; color: black; text-align: center; }
	
	 .BORROWED	{color: red; font-size: 0.8em;}
	 
	 .CARD		{font-size: 0.8em; color: blue; text-align: justify; }
					/* margin-left: 5em; */	 
	 .HMINOR	{font-size: 1.2em; font-weight: bold; color: RED; }
	 
	 .YELLBOX	{background: yellow; border: blue solid 2px; font-weight: bold;}

	 .REDBOX	{background: red; color: white; border: blue solid 2px; font-weight: bold;}
	 
	 .GREYBOX	{background: #EEEEEE; border: black solid 2px; color: black;}
	
		.INFO	{font-size: 1.1em; color: black; text-align: justify; margin-left: 3em; margin-right:3 em; }
	
	P.TAIL 		{text-align: center; font-size: 0.8em; color: blue;  }
	
	SPAN.RED	{color: red; }
	
	SPAN.BLUE	{color: blue; }
	
	SPAN.BLUE2	{color: blue; font-size: 0.8em; }
	
	SPAN.GREEN	{color: green; }

	SPAN.SMALL	{font-size: 0.6 em; }
	
	TEXTAREA	{text-align: left;}
	
}	

@media print
{
	BODY 		{background-color: #CCFCCC; margin-left: 1em; margin-right: 1em; } 
				<!-- Cath-Hist uses  background-color: #E9C2A6 -->
				<!-- peridat.css uses  #F0E0E0; -->
				
	A			{color: blue; text-decoration: none;}
				
	H2 			{font-size: 1.8em; color: red; text-align: center;}

	H3 			{font-size: 1.2em; color: black; text-align: left;}

	H4     		{font-size: 1.1em; color: blue; text-align: center; }

	H5			{font-size: 0.7em; text-align: center; color: blue;}
		
	DIV.ONE		{text-indent: -1em; }
	
		.TWO	{color: blue; text-align: center; font-size: 0.9em; }
		
	P.LINK		{font-size: 1.2em; text-align: center; 	}
	
	DIV.HELP	{margin-left: 4em; margin-right: 4em; }		/* ? not used 19.1.06  */
	
	 .NOTE 		{font-size: 0.8em; color: black; text-align: center; }
	
	 .BORROWED	{color: red; font-size: 0.8em;}
	 
	 .CARD		{font-size: 0.8em; color: blue; text-align: justify; }
					/* margin-left: 5em; */	 
	 .HMINOR	{font-size: 1.2em; font-weight: bold; color: RED; }
	 
	 .YELLBOX	{background: yellow; border: blue solid 2px; font-weight: bold;}
	 
	 .GREYBOX	{background: #EEEEEE; border: black solid 2px; color: black;}
	
		.INFO	{font-size: 1.1em; color: black; text-align: justify; margin-left: 3em; margin-right:3 em; }
	
	P.TAIL 		{text-align: center; font-size: 0.8em; color: blue;  }
	
	SPAN.RED	{color: red; }
	
	SPAN.BLUE	{color: blue; }
	
	SPAN.BLUE2	{color: blue; font-size: 0.8em; }
	
	SPAN.GREEN	{color: green; }

	SPAN.SMALL	{font-size: 0.6 em; }
	
	TEXTAREA	{text-align: left;}
	
}	