A {
	color: Navy;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	text-decoration: none;
}
A:hover {
	color: Maroon;
	font-weight: bolder;
	text-decoration: underline;
}

BODY
{
    Font-Family: "Times New Roman", Times, serif;
	color: #333;
	background: url(http://www.westclare.net/parochialhouse/carpt01a_1.gif);
	background-repeat: inherit;
	background-position: inherit;
	background-attachment: fixed;
}
BODY p
{
	Font-Size: 80%;
	font-weight: 500;
}

h1 {
	font-style:normal;
	font-size:150%;
	color:maroon;
	text-align: center;
	margin: 2px;
}

p.center {
	text-align: center;
	letter-spacing: 1px;
	font-size: 75%;
	margin-bottom: 5px;
}

.copyright p {
	text-align: center;
	color:#ffc;
}

.copyright a {
    text-align: center;
    font-size: 70%;
    letter-spacing: 2pt;
	margin: 3px;
	color: #ffc;
}

.copyright a:hover {
    color: #ffc;
}

.copyright table {
font-size: 90%;
text-align: center;
}

.copyright td {
vertical-align: top;
}

.copyright td p{
text-align: center;
font-size: 60%;
}

