	/*
		Worldnews print 
		Created: 2008-05-07
		Modified: 2008-05-07
		
		Contents
		============================
		1. General
		============================
	*/
	
	/******************************************
	  1. General
	******************************************/
  
  
  #left,
  #right,
  #navigation,
  #header,
  #oldnews,
  #print,
  #search,
  .more,
  .ad
  {
    display: none;
  }
  
  a
  {
    text-decoration: none;
    color: #000;
  }

  
    #logo {                          
    	display: list-item;        
    	list-style-image: url(../images/gui/logo.gif); 
    	list-style-position: inside;      
    	letter-spacing: -1000em;        
    	font-size: 1pt;  
    	color: #fff;   
    	}


    #logo a
    {
      display:block;
      height:32px;
      width:184px;    
      text-indent:-9999px;
      overflow:hidden;
    }
