/* CSS Document */
.RoseCottage {
	background-image:  url(Images/Rose_backgrd.jpg);
	background-repeat: no-repeat;
	background-position: center 250px;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #D47Dff;
	text-align: center;
	page-break-before: always;
}
h1 {
	text-align: center;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #d47dff;
}
p.left_align {
	text-align: left;
}
p.center {
	text-align: center;
}
p.title {
	text-align: left;
}
p.title span {
	font-weight: bold;
	color: #704287;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d47dff;
}

.linkText {
	font-size: 18px;
	text-decoration: none;
	color: #704287;
}.RoseCottage a {
	color: #D47Dff;
}
