BODY {
	background-color:#ffffff
	}

A{
	text-decoration: underline; 
}
A:link {
	color: #000000;
} 
a:hover {
	text-decoration: underline ; 
}
A:visited {
	color: #000000;
}
A:active {
	color: #000000;
} 

.titulo{
	font-family: Arial;
	font-size: 14px;
	color:#26415B;
	font-weight:bold;
}


.textos {
	font-family: Verdana;
	font-size: 11px;
}
