.body {
	color: #FFFFFF;
}
.texto1 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.texto2 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	font-style: italic;
	text-align: right;
}
.texto3 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
}
.texto4 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	font-style: italic;
}
.texto5 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	background-color:#FF6;
	font-style: italic;
}
a {
	color: #666666;
	text-decoration: none;
}
img {
	border: 0;
}
.amarillo {
	background-color: #FFFFCC;
}