<!--
    a.lista:link
        {
	    font-family:Verdana;
	    font-size:10px;
	    font-weight: bold;
	    text-decoration: none;
	    color: #5d594d;
	}
    a.lista:active
        {
	    font-family:Verdana;
	    font-size:10px;	    
	    font-weight: bold;
	    text-decoration: none;
	    color: #5d594d;
	}
    a.lista:visited
        {
	    font-family:Verdana;
	    font-size:10px;	    
	    font-weight: bold;
	    text-decoration: none;
	    color: #5d594d;
	}
    a.lista:hover
        {
	    font-family:Verdana;
	    font-size:10px;	    
	    font-weight: bold;
	    text-decoration: none;
	    color: black;
	}
	
    a.lista2:link
        {
	    font-family:Verdana;
	    font-size:10px;	    
	    font-weight: bold;
	    text-decoration: none;
	    color: #a80532;
	}
    a.lista2:active
        {
	    font-family:Verdana;
	    font-size:10px;	    
	    font-weight: bold;
	    text-decoration: none;
	    color: #a80532;
	}
    a.lista2:visited
        {
	    font-family:Verdana;
	    font-size:10px;	    
	    font-weight: bold;
	    text-decoration: none;
	    color: #a80532;
	}
    a.lista2:hover
        {
	    font-family:Verdana;
	    font-size:10px;	    
	    font-weight: bold;
	    text-decoration: none;
	    color: black;
	}	

    a.lista3:link
        {
	    font-family:Verdana;
	    font-size:10px;
	    font-weight: bold;
	    text-decoration: none;
	    color: red;
	}
    a.lista3:active
        {
	    font-family:Verdana;
	    font-size:10px;	    
	    font-weight: bold;
	    text-decoration: none;
	    color: red;
	}
    a.lista3:visited
        {
	    font-family:Verdana;
	    font-size:10px;	    
	    font-weight: bold;
	    text-decoration: none;
	    color: red;
	}
    a.lista3:hover
        {
	    font-family:Verdana;
	    font-size:10px;	    
	    font-weight: bold;
	    text-decoration: none;
	    color: black;
	}

-->