body {
	margin-left: 0px;
	margin-top: 20px;
	background-image: url(../images/background1.jpg);
	background-repeat: repeat-x;
	background-color: #663366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.copyright {
	font-size: x-small;
}
#chronicle {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #003366;
	margin: 0px;
}
h3 {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
.date {
	font-size: x-small;
	font-weight: bold;
	color: #003366;
}
.title {
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
}
ul {
	margin: 0px;
}
li {
	margin: 0px;
}
.prayer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F2F2;
	padding: 5px;
	border: thin dashed #999999;
}
.prayer1 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.prayertitle {
	font-size: medium;
	font-weight: bold;
}
.prayerauthor {
	font-size: x-small;
}

.prayertext {
	margin: 10px;
	color: #333333;
	font-size: small;
}
.newsletter {
	font-size: x-small;
	font-weight: bold;
	margin-left: 10px;
	color: #003366;
}
#content {
	padding: 10px;
}

