<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fitxer d'estils per a articles UOC */
/* Layers */
   .LeftLayer { position: absolute;
                top: 75;
                left: 15;
                width: 500;                
              }
   .RightLayer { position: absolute;
                top: 75;
                left: 530;
                width: 150px;                                
              }
   
   .floatingMenu { position: absolute;
                   top: 75;
                   left: 530;
                   width: 150px;                   
                   visibility: hidden;
                   border-style: solid;
                   border-width: 1px;
                   border-color: #FF0000;               
                   z-index: 15;
              }
/* Tipologia de lletra */  
   .PreHeader { font-family: verdana, arial;
      	      font-size: 12px;
      	      font-weight: normal;      	         
      	      color: #B26804;      	         
      	    }
   .NormalHeader { font-family: verdana, arial;
      	         font-size: 20px;
      	         font-weight: normal;      	         
      	         color: #B26804;      	         
      	       }
   .PostHeader { font-family: verdana, arial;
      	       font-size: 15px;
      	       font-weight: normal;      	         
      	       color: #B26804;      	         
      	     }
   .AutorText { font-family: verdana, arial;
      	      font-size: 8pt;
      	      font-weight: normal;
      	      font-style: normal;      	         
      	       color: #000000;      	       
      	     }
   .DestacatAutor { font-family: verdana, arial;
      	          font-size: 9pt;
      	          font-weight: normal;
      	          font-style: normal;      	         
      	          color: #B26804;      	       
      	     }
   .EntradetaText { font-family: verdana, arial;
      	          font-size: 8pt;
      	          font-weight: normal;
      	          font-style: normal;      	          
      	          color: #000000;      	       
      	        }
   .NormalText { font-family: verdana, arial;
      	       font-size: 9pt;
      	       font-weight: normal;
      	       font-style: normal;
      	       text-align: justify;
      	       color: #000000;      	       
      	      }
   .NormalTextBold { font-family: verdana, arial;
      	       font-size: 9pt;
      	       font-weight: bold;
      	       font-style: normal;
      	       text-align: justify;
      	       color: #000000;      	       
      	      }  
   .NormalTextItalic { font-family: verdana, arial;
      	       font-size: 9pt;
      	       font-weight: normal;
      	       font-style: italic;
      	       text-align: justify;
      	       color: #000000;      	       
      	      }      	      
   .DataText { font-family: verdana, arial;
      	     font-size: 8pt;
      	     font-weight: normal;
      	     font-style: normal;      	     
      	     color: #000000;      	       
      	      }
   .ParagrafHeader { font-family: verdana, arial;
      	           font-size: 9pt;
      	           font-weight: bold;
      	           font-style: normal;      	           
      	           color: #000000;      	       
      	        }     	     
   .LegalText  { font-family: verdana, arial;
      	       font-size: 8pt;
      	       font-weight: normal;      	       
      	       color: #FF0000;      	       
      	     }
   .SumariHeader  { font-family: verdana, arial;
      	          font-size: 7.5pt;
      	          font-weight: normal;      	       
      	          color: #000000;      	       
      	     }
   .SumariText { font-family: verdana, arial;
      	          font-size: 7.5pt;
      	          font-weight: normal;      	       
      	          color: #000000;      	       
      	      }
   .LemaText  { font-family: verdana, arial;
      	      font-size: 8pt;
      	      font-weight: normal;      	       
      	      font-style: italic;
      	      color: #000000;      	       
      	     }
   .LemaNormalText  { font-family: verdana, arial;
      	            font-size: 8pt;
      	            font-weight: normal;      	       
      	            font-style: normal;
      	      	  color: #000000;      	       
      	          }
   .CapitolTitol  { font-family: verdana, arial;
      	          font-size: 11pt;
      	          font-weight: bold;      	       
      	          font-style: normal;      	          
      	      	color: #000000;      	       
      	        }
   .EpigrafTitol { font-family: verdana, arial;
      	         font-size: 9pt;
      	         font-weight: normal;
      	         font-style: italic;      	           
      	         color: #000000;      	       
      	        }    
      	     
/* Estil anchor */
A {text-decoration: none; } 
A:link    { color: #0000FF; }   /* unvisited links */
A:visited { color: #0000FF; }   /* visited links */
A:active  { color: #0000FF; }   /* active links */
A:hover {text-decoration: none; color: #0000FF} 

A.AutorText {text-decoration: none; } 
A.AutorText:link    { color: #000000; }   /* unvisited links */
A.AutorText:visited { color: #000000; }   /* visited links */
A.AutorText:active  { color: #000000; }   /* active links */
A.AutorText:hover {text-decoration: none; color: #0000FF} 

A.SumariHeader {text-decoration: none; } 
A.SumariHeader:link    { color: #000000; }   /* unvisited links */
A.SumariHeader:visited { color: #000000; }   /* visited links */
A.SumariHeader:active  { color: #000000; }   /* active links */
A.SumariHeader:hover {text-decoration: none; color: #0000FF} 

A.SumariText {text-decoration: none; } 
A.SumariText:link    { color: #000000; }   /* unvisited links */
A.SumariText:visited { color: #000000; }   /* visited links */
A.SumariText:active  { color: #000000; }   /* active links */
A.SumariText:hover {text-decoration: none; color: #0000FF} 

SumariHeader</pre></body></html>