.hotels a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;
	display: block;
	height: 25px;
	border: 1.2px outset #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	cursor: hand;



}
.hotels a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
	color: #FFCC00;
	background-color: #FF6600;
	display: block;
	height: 25px;
	border: 1.2px groove #FFFFFF;
	font-weight: bold;



}
.hotels a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
	color: #FF6600;
	background-color: #FFFFFF;
	display: block;
	height: 25px;
	border: 1.2px outset #FFFFFF;
	font-weight: bold;
	cursor: hand;

}
