body {
	background-color: #ECECEC;
}

.texto{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#063; font-size:12px;}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #063;
}
a:active {
	text-decoration: none;
	color: #666;
}