@charset "utf-8";
/* CSS Document */
.hotel img{
	border-color:#F69770;
	border-style:inset;
	border-width:3px;
	width:235px;
}
.hotel img:hover{
	border:outset #C65424 4px;
}
.hotel img:link{
	border:none;
}
.hotel a:hover,.pakage a:hover
{
	text-decoration:none;
	font-size:16px;
	font-style:italic;
	color:#FB8352;
}
.hotel a:link,a:visited,a:active,.pakage a:link,a:visited,a:active{
	font-size:12px;
	font-style:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.pakage td{
	border-style:inset;
	border-width:3px;
	border-color:#6A4D3F;
	background-color:#E1602B;
	color:#000000;	
}

