@charset "UTF-8";
/* CSS Document */

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #D42E12;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #00A6DE;
}
a:active {
	color: #D42E12;
}
.texto {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

