h2 {
 color: #4c7a3a;
 font-weight: bolder;
 font: 15px arial, sans-serif
}

h1 {
 color: #CC0000;
 font-weight: bolder;
 font: 18px arial, sans-serif
}

body {
color:#666666;
 font: 13px arial, sans-serif;
 font-weight: normal;
text-align:justify;
margin: 10;
padding: 0;
}


#address {
	text-align:center;
	font-size:20px;
	position:absolute;
	top: 520px;
	width: 100%;
	left: 7px;

}

a {
color: #4c7a3a;
font-weight: bolder;
text-decoration:none;
}

a:hover {
color: #8E0D0D;
}

.selected {
text-decoration:underline;
color: #8E0D0D;
}

#room_types {
margin-top: 20px;
}

#room_description {
margin-top: 20px;
}

#price {
	position:absolute;
	top: 300px;
	left: 275px;
	font-size: large;
	color: #8E0D0D;
	font-weight:bolder;
	width: 150px;
}

#bottom_rooms {
	position:absolute;
	top: 300px;
	width: 100%;	
	
}

