/****************************   First Letter Large, First Line Bold ****************/
.fancyparagraph:first-letter
{font-size:70pt; font-weight:bold; float:left; font-family:Algerian,Times New Roman, blackletter; color:purple;}
.fancyparagraph:first-line
{font-size:110%; font-weight: bold; color:black; text-transform:uppercase;}

/****************************   Table Highlight Cell Link  ****************/

.hl a {
	width:33%;
	font-weight:bold;
	color:black;
	text-decoration:none}
.hl a:hover {
	width:33%;
	background-color:blue;
	color:white}

/****************************   Scroll Bar Colour Control ****************/

BODY 
{
font-family: Arial;

scrollbar-face-color:purple;
scrollbar-arrow-color:white;
scrollbar-track-color:#DDDDDD;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-color:'';
 
background-image: url(images/cathedral-background.jpg); 
background-color: #FFFFFF;  /* white */
}

a:link    { background-color: transparent; text-decoration: underline;
	 color: #0000FF;  /* blue */ }
a:active  { text-decoration: underline; color: rgb(204, 51, 0); /* red */ }
a:hover   { background-color: #FFFF00;  /* yellow */
	 text-decoration: underline; color: #000080;   /* dark blue */ }
a:visited { text-decoration: underline; color: #800000;  /* brown */ }
 
/******************* table letters, background image ***********/
table{
border-color: 800000; /* brown */
color: black;  /*  font color */
background-image: url(images/cathedral-background.jpg);
font-family: Arial; 
vertical-align: none; font-style: normal; font-weight: normal; text-align: none;
}
