.texto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e2dacc;
	padding: 20px;
}
.textoTitulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e2dacc;
}
.linkSongs {
	color: #FC0;
	text-decoration: none;
	padding-left: 20px;
}

.linkSongs:hover {
	color: #FC0;
	text-decoration: underline;
}
.instrucoes {
	color: #BAFFC9;
	font-size: 11px;
}
