a:link { color: blue; }
a:active { color: blue; }
a:visited { color: blue; }
a.top:link { color: #800000; }
a.top:active { color: #800000; }
a.top:visited { color: #800000; }
a.priest:link { font-size: 150%; color: #800000; }
a.priest:active { font-size: 150%; color: #800000; }
a.priest:visited { font-size: 150%; color: #800000; }
H1 { font-size: 200%; color: #F91D54 }
H2 { font-size: 150%; color: #C000C0 }
body {
	color: black;
	background-color: white;
	background-image: url(images/clouds.jpg);
	background-attachment: scroll;
	background-repeat: repeat
}
P { color: black }
p.commentary { color: green }
p.hauction { font-size: 125% }
p.welcome { text-indent: 3ex }
p.stitle { font-size: 100%; color: #005500; font-weight: bold }
table.watermark {
	background-repeat : no-repeat;
	background-position : center;
	azimuth : inherit;
}
table.main { width: 100% }
table.bottom { width: 100% }
table.nav { background-color: white; border: solid #722838 }
tr.nav { background-color: white; border: thin double black }
td.nav { background-color: white; border: thin double black }
td.sched { text-align: left; vertical-align: top }
td.schedhead { text-align: center; vertical-align: top; color: red; font-weight: bold }
td.schedhead2 { text-align: center; vertical-align: top; color: green; font-weight: bold }
td.schedleft { text-align: center; vertical-align: top; font-weight: bold }
td.welcome { text-align: center; font-weight: bold; font-size: 150% }