a {
    color: #444;
    background-color: transparent;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}

a.indice:hover {
	 color: #fc4f00;
	 background-color: transparent;
     font-weight: normal;
     cursor: pointer;
     text-decoration: none;
}

a.indice:visited {
	 color: #fc4f00;
	 background-color: transparent;
     font-weight: normal;
     cursor: pointer;
     text-decoration: none;
}

.indice{
	 color: #fc4f00;
}

h1, #indice {
    color: #fc4f00;
    font-size: 19px;
    font-weight: normal;
}