.texto1 {
	font-family: "Palatino Linotype", "Times New Roman";
	font-size: x-large;
	color: #9900CC;
	font-weight: bold;
}
.texto2 {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	color: #BBFFFF;
	font-weight: normal;
}
.texto3 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #33FF00;
}
.text1onblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #211D34;
	font-weight: bold;
}
.text1onblue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #211D34;
	font-weight: normal;
}
.texto2box {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	color: #BBFFFF;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4FFFFF;
	border-right-color: #4FFFFF;
	border-bottom-color: #4FFFFF;
	border-left-color: #4FFFFF;
	line-height: normal;
}

