@import url("../review.css");
/* images are 300x300, squashed to save reloading if image is clicked */

img#HostalImage {	
	position: relative;
	float: left;
	height: 150px;
	width: 200px;
	left: 0;
	margin-right: 10px;
	}
table#HostalInfo {
	position: static;
	border: none;
	height: auto;
	width: 275px;
	text-align: left;
	overflow: auto;
	}	
	table#HostalInfo td {
		border-bottom: none;
		}
	table#HostalInfo td.Meta {
		font-weight: bolder;
		vertical-align: top;
		}
	table#HostalInfo td.Data {
		font-weight: normal;
		vertical-align: top;
		}
		
h1.Points {
	font-size: 100%;
	}		
ul.Points {
		list-style-image: none;
		list-style-type: circle;
		}
h2 { 
	font-size: 100%;
	}
dl.others dt {
	font-weight: bold;
	color: blue;
	}
