    H1 { 
        color: white;
        font-weight: bold; 
        font-size: 14pt;
        line-height: 16pt; 
        font-family: tahoma; 
        font-variant: normal;
        font-style: normal;
	}

    A.main { 
		color: black;
                font-weight: normal; 
                font-size: 10pt;
                line-height: 10pt; 
        font-family: verdana; 
		font-variant: normal;
		font-style: normal;
	}
    A.main:link { color: red; text-decoration: none;  }
    A.main:visited { color: red; text-decoration: none;  }
    A.main:active { color: red; text-decoration: none;  }
    A.main:hover { color: blue; text-decoration: none;  }

    A.menu { 
		color: black;
                font-weight: normal; 
                font-size: 16pt;
                line-height: 12pt; 
        font-family: verdana; 
		font-variant: normal;
		font-style: normal;
	}
    A.menu:link { color: white; text-decoration: none;  }
    A.menu:visited { color: white; text-decoration: none;  }
    A.menu:active { color: white; text-decoration: none;  }
    A.menu:hover { color: red; text-decoration: none;  }


    A.indice { 
        color: black;
                font-weight: bold; 
                font-size: 10pt;
                line-height: 12pt; 
        font-family: tahoma; 
        font-variant: normal;
        font-style: normal;
    }
    A.indice:link { color: #F00000; text-decoration: none;  }
    A.indice:visited { color: #F00000; text-decoration: none;  }
    A.indice:active { color: #F00000; text-decoration: none;  }
    A.indice:hover { color: #0000A0; text-decoration: underline; }

    A.barra { 
        color: black;
                font-weight: bold; 
                font-size: 10pt;
                line-height: 12pt; 
        font-family: tahoma; 
        font-variant: normal;
        font-style: normal;
    }
    A.barra:link { color: #80FF80; text-decoration: none;  }
    A.barra:visited { color: #80FF80; text-decoration: none;  }
    A.barra:active { color: #80FF80; text-decoration: none;  }
    A.barra:hover { color: blue; background: white; text-decoration: underline; }
