/* CSS Document */

body {
	background-color: #D0A651;
}
.pray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #6A0000;
	}
	.title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #8A4526;
	background-color: #FFCC66;
	text-align: center;
	vertical-align: top;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	width: 71%;
	text-indent: 40px;
	padding-left: 1px;
}

.buy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 7px;
}
