.titulo {
	color : Red;
	font-size : 18px;
	font-family : Verdana;
}
BODY {
	background : transparent;
	background-image : none;
}
a            {
	color: White;
	font-size: smaller;
	font-family: Verdana;
	font-weight: bold
}
A:HOVER {
	background : transparent;
	color : Yellow;
	text-decoration : none;
}
A:ACTIVE {
	background : transparent;
	color : Yellow;
	text-decoration : none;
}

TD {
	color : Black;
}


