/* CSS Document */
body {
font:11px "Trebuchet MS", Arial;
color:#333;
text-align:left;
background:#FFF4F5;
margin:0;
}

a:link {
	color:#333;
	text-decoration:none;
}

a:active {
	color:#666;
	text-decoration:none;
}

a:visited {
    color:#E5877D;
    text-decoration:none;
}

a:hover {
	color:#D70341;
	text-decoration:underline;
	background-color: #fff;
}

li {
	list-style-position: inside;
	list-style-image: url(hotel.gif);
	background-color: #FCFAFA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE4E6;
}

li:hover {
	text-decoration:underline;
	background-color: #fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFE4E6;
}