@charset "utf-8";
/* CSS Document */


body {
	background-color:#AAA394;
	color:#E1DFD7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}
.roomType{
	margin-top:10px;
}
.roomType a:link , .roomType a:visited{
	color:#E1DFD7;
	text-decoration:none;
}
.roomType td:hover{
	background-color:#5C5A54;
	font-weight:bold;
}

.fontSizeSmall{
	font-size:11px;
}

