/* Style Sheet for ITC Web Site:
   I'll build this up gradually rather than fling lots of information
   at it. That way I might learn something  8-)	
*/
		
BODY {
     background-color: #fff;
     color: #000;
     background-image: url(/images/itc_bg_logo.gif); 
     background-repeat: no-repeat;
     }

     /* define default font and colour */
		 
BODY, P, TABLE, TH, TR, TD, UL, OL, LI, A, CAPTION
     {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 9pt;
     }

     /* set further attributes or override those set above
        for text within other tags */

H1   {font-size: 12pt;}
H2   {font-size: 11pt;}
H3   {font-size: 10pt;}
		 
TABLE.TableStyle {
     background-color: #fff;
     color: #000;
		 }
		 
TD.LinkDescpn {
 		 font-size: 9pt;
		 }

CAPTION {
     background-color: #fff;
     color: #96f;
     }
		 
