/* StyleSheet for St. Joseph Church web site */

/*  Body */
BODY 	{
	color:green;
	background:url('../images/backgrounds/background.jpg');
	background-repeat: repeat;
/*	background-attachment: fixed; */
	font-family: "Times New Roman", Times, serif;
	margin-right: 50px;
	margin-left: 50px;
	font-variant: normal;
 }

/* Hover color on mouseover */
A:hover {
	color: red;
}
.StJoeHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}
.PageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
}
.LayMinistryHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
}
.SectionHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
.SiteNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
}
.PageNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.xSmallText {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
}
.copyrightText {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
}

