/* linked style sheet */  
  BODY     {background-color: #31309C; 
           color: white; 
           font-family: "arial"}

  H2       {color: white; 
           font-family: "Arial";
           font-style: italic} 
 
  H3        {color: yellow;
            font-family: "arial"}

  B         {color: yellow;
            font-family: "arial"}
                
  TH        {color: black;
  	     font-style: "bold";	
            font-family: "arial"}

 .addr      {color: silver;
            font-family: "arial"} 
    
 .credit    {color: silver; 
            font-family: "arial";
            font-style: "italic"; 
            font-size: "smaller"}
  
  A:link    {color: white}
  A:active  {color: yellow}
  A:visited {color: silver}   
        
 .tdxml     {color: black;
            font-family: "arial";
            background-color: "#C6C6E7"} 

 .bold2     {color:white;
 	     font-stype: bold; 
             font-family: arial}
             