

/* -------------------------------------------- */

.phrase {
	text-align: center;
	padding: 5px;
	margin: 10px 0 10px 0;
	border: 2px solid #999900;
	background: #4652BF;
	color: White;
	font: 12px arial, serif;
}	

/* -------------------------------------------- */
.barra-links{
font-family: Arial, Helvetica, sans-serif;
color: White;
font-size: 12px;
font-weight: bold;
}
.barra-links A:link {
text-decoration: none;
color: White;
}
.barra-links A:visited {
text-decoration: none;
color: White;	
}
.barra-links A:hover {
	text-decoration: none;
	color: Aqua;
}
.indices{
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	font-size: 12px;
	font-weight: bold;
}
