
/*asseguro tipus lletra, color i mida*/
body {   
    font-family: "Trebuchet MS", arial;      
    color: #000000;   
    font-size: 12pt;    
}  


/*asseguro aprofitar l'ample de la pàgina*/
#pagina {
width: 100%; margin: 0; float: none; 
}

/*elements que no s'han d'imprimir*/
#peu {
	display: none;
}


h2 {   
    font-family: "Trebuchet MS", arial;      
    font-size: 16pt; 
	font-weight: bold;     
}


h3 {   
    font-family: "Trebuchet MS", arial;      
	font-weight: bold;     
}


blockquote {  
background-color: #ffffFF;  
} 

p {   
    text-decoration: none; 
    text-align: justify;      
}


em {   
   font-style : italic;   
}   
  
strong {   
   font-weight: bold;   
}  


ul {   
      list-style-type: none;   
} 


a:link {
	color: #000000;
	text-decoration: underline;
}



