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