#lateral, #peu {display: none;}
body {  
     background: #fff;  
     color: #000;  
} 
a[href]:after {  
  content: " (Enllaç " attr(href) ")";  
  display: block;  
  color: blue;  
  text-decoration: none;  
}
