BODY {                               /* default Murphy's page format */
             color: black;
	    background-color: transparent;
             font-family: Arial, Helvetica, sans-serif; 
	    font-weight: normal;
             background: url(images/repite_fondo.gif) white;
          }
.posicion {                        /* browsers' display position of the page */
	    position:absolute; 
	    top:0px; left:0px; 
	}
  
  h1 {                              /* heading (most important information for automatic indexing an searchers (W3C Recomendation) */
         font-weight: bold;           
         font-size: 16px;
	}
  h2  {                           /* Miscellanea heading (year) */
          font-weight: bold;           
          font-size: 12px;
	 text-decoration: underline;
	}
 ul    {                     /* Miscellanea index line */
         font-size: 11px;
         }	
        	
  .home {                    /* link back to home */
         font-size: 12px;
	}
 .photo  {                   /* photo text */
         font-size: 8px;
	}
 .texto {               /* summary text, information ... */
         font-size: 10px;
         }	
 .reference {               /* link to diary, cash, ... (section) */
         font-size: 12px;
	}
 .selection {                /* form select fields */
         font-size: 12px;
	font-style: italic; 
	}
.inftext  {          /* selection text */
         font-size: 10px;
	font-style: italic; 
	}
 .list {               /* year and month lists */
         font-size: 12px;
	}
 .imageinf {               /* image heading */
         font-size: 10px;
	font-style: italic; 	 
	}
 .imagealt {               /* image alt information */
         font-size: 10px;
	}
	
 .copyrightb   {      /* copyright big */       
         font-size: 10px; 
	}
 .copyrights   {      /* copyright small letters */       
         font-size: 8px; 
	}
 .textsmall {           /* text small letters */
     	 font-size: 10px; 
	}
   	
 .ack {                    /* ack header */ 
         font-size: 10px;
         text-decoration: underline;
	}
 .end {           /* end of the document  (W3C Recomendation) */
     	 font-size: 8px; 
          color: white;
          background-color: black;
	 background: black;
	}
.navbar {              /* navegation bar  inside diary, cash ... */
          font-size: 10px; 		 
	}
a.white {                                  /* white alink */ 
          font-size: 8px; 
	  }
