// my style sheet for CSR

	#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; }
	#largerfont	{ font-size:larger }
	#bluetype		{ color:blue }
	#redtype		{ color:red }
	#whitetype	{ color:white }
  #p1   			{ border-color: 000000; border-style: solid; border-width: 5px; padding: 10px }
  #chillerfont { font-family:chiller; font-size: 24px; }
  #comicfont { font-family:comic sans ms; font-size: 16px; }
 
  
  .maincontent	{ font-size: 14px; }

