.hotel-feature {
	font-size: 12px;
	background-color: #C0C0C0;
	color: #000066;
	text-decoration: underline;
	padding: 5px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color : White;
}

p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

P.txt {    text-align: justify;}

H2 {
	font-size: 14px;
}
H1 {
	font-size: 18px;
	color: #FF5800;
}
H3 {
	font-size: 12px;
}
.style1 {
	border-collapse: collapse;
}
.Estilo1 {
	font-size: 14px;
	color: #000000;
}
.Estilo3 {font-size: 14px; color: #000000; font-weight: bold; }

A { 
	color: Blue; font-style: normal;
}
A:hover {
	color: Blue; font-style: normal; text-decoration: none;
}
A:visited {
	color: Blue; font-style: normal; text-decoration: underline;
}