@charset "utf-8";
/* CSS Document */

.fineprint {
	font-size: x-small;
	color: #990000;
}
.RoomName {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	letter-spacing: .25em;
}

.CottageName {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	letter-spacing: .25em;
}
.CottagePicture {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	cursor: pointer;
}
.EmailPicture {
	border: 0;
	text-decoration: none;	
}
a.EmailPicture:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.RightPicture {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	cursor: pointer;
}
.RedFont {
	border: 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
}
