// my style sheet for CSR
/* comment syntax */
/* set para font-family - Arial is preferred, Helvetica the first back-up, sans-serif the generic family if all else fails. */
	
	p{font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
	
	#body, th 	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; bgcolor: white}
	#table 			{ font-size: 12px; }
	#font12			{ font-size: 12px; }
	#font14			{ font-size: 14px; }
	#font16			{ font-size: 16px; }
	#font18			{ font-size: 18px; }
	#font20 		{ font-size: 20px; }
	#font22 		{ font-size: 22px; }
	#font24 		{ font-size: 24px; }
	#font36 		{ font-size: 36px; }
	#font40 		{ font-size: 40px; }
	#font44 		{ font-size: 44px; }
	#largerfont	{ font-size:larger }
	#bluetype		{ color:blue }
	#redtype		{ color:red }
	#whitetype	{ color:white }
 	#chillerfont { font-family:chiller; font-size: 24px; }
  #comicfont { font-family:comic sans ms; font-size: 16px; }
  #p1   			{ border-color: 000000; border-style: solid; border-width: 5px; padding: 10px }
 
  
 
