<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #fff;
}

#container {
	border-top-color: #CB9432;
}

h2, .progress, .room-price .price .strong, .room-price .count select {
	color: #2A2822;
}


a {
	color: #8A2337;
}

a:hover {
	color: #97263C;
}

button {
	background-color: #8A2337;
}

button:hover {
	background-color: #97263C;
}

button:active {
	background-color: #97263C;
}
</pre></body></html>