html, body { 
	color: #333; 
	font-size: 0.9em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	line-height: 1.4em; 
	background-color: #fff; 
	margin: 0;
	border: 0 none;
	padding: 0;
}
h1 {
	font-size: 1.1em;
	color: #990000;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.0em;
	color: #790000;
	margin-bottom: -5px;
}
#whatsThis, #rooms, #fbar, #apr, #wgr, #advantages {
	width: 360px;
	height: 100%;
	text-align: left;
	margin: 10px;
	padding: 10px;
	background-color: #ffffe0;
	border: 1px solid #cccc99;
}
#rooms {
	width: 590px;
	height: auto;
}
ul {
	display: block;
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 20px;
}
li.hotel { 
	background-image: url("/images/dotCream.gif"); 
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 7px 0 0 30px;
	margin-bottom: 10px;

}
#fbar, #apr, #wgr, #advantages {
	width: 700px;
}
#fbar ul, #apr ul, #wgr ul, #advantages ul {
	list-style-type: square;
}
li.bestplace {
	color: #003300;
	font-style: italic;
	font-weight: 700;
	font-size: 0.9em;
}
.introText {
	color: #333;
	font-size: 100%;
	font-weight: bold;
}
.emphasis {
	font-weight: bold;
	font-style: italic;
}
.emphasisRed {
	font-weight: bold;
	font-style: italic;
	color: #660000;
}
.bullets {
	font-size: 0.9em;
	color: #003300;
}
img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
a:link {
	color: #660000;
}
a:visited {
	color: #669966;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
