
/* font size for the table must be picked up from base.css;
  font-size: 250%;   does not affect the table font !    
border pink is picked up from table background with cell background white*/
table#table1 {
	/*  background: #E0B1E6 ; pink */
		width:100%;	 
	  font-family:verdana, arial, helvetica; 	 	  
		margin:2em 0 0 0;   
		border-width:5px; 
		border-spacing:3px;  
		border-style:outset;
	  			}	  
table#table1  th   { 
	padding:0.2em 0em 0.2em 0;	
	 font-size: 1.2em;
	 background-color: #21C5C5;
	 text-align: left;
	 text-indent:  12px;
	 height: 25px;
	 	 }	
table#table1  td  {

	 padding:  0 8px;
	 vertical-align:  middle;
	 font-size: 12px;
	 font-style:  normal;
	 font-weight:  normal;	
	 background-color: #FFF;
	  text-align: left;
	/*  text-indent:  10px; */
	whitespace:nowrap;
		}	
.firstletter { 
	font-size: 1.4em;
	font-style:  italic;	
