<style type="text.css">
<!--

/* Because of problems with different browsers and framed pages, for most pages the background colour is set by a background image in two different places: 
	a. below as "background:url(bc1.gif)"; 
	b. in the page 'body' element as "background=bc1.htm".  
Change the colour of the whole site by varying bc1.gif.

Exceptions: 
	FillerL, FillerR and Mercia are not linked to Style1.css and the colour is set on the page.  (They include background images, which would be overridden by the background image in the 'body' tag of 'Style1.css'.)
	The picture pop-ups have no background colour.

Current colour and CSS code - background-color:FFFFF0; */

body
{font-family:Verdana,Tahoma,Arial,sans-serif;font-size:9pt;line-height:1.6;
text-align:justify;
padding:0;
margin:0;
color:000080;background:url(bc1.gif)}

#banner
{position: relative; width: 760px; 
padding:0;
margin: 22px 2pc 15px 2pc; /*top right bottom left*/ /*margin-top:22px; margin-bottom:15px; */
color:000080;background:url(bc1.gif)}
#banner H1{font-family:"Britannic Bold","Times New Roman", Times, Serif;font-size="20pt"; font-weight:400;
text-align:center;
color:000080;}

#container 
{position: relative; width: 760px; 
font-family:Verdana,Tahoma,Arial,sans-serif; font-size:9pt; line-height:1.6; 
text-align:justify;   
padding:0;
margin: 0 2pc 0 2pc; /*top right bottom left*/
color:000080;background:url(bc1.gif)}

#home 
{position: relative; width: 760px; 
font-family:Verdana,Tahoma,Arial,sans-serif; font-size:10pt; line-height:1.6; 
text-align:right;
padding:0;
margin: 0 2pc 0 0;} /*top right bottom left*/   /*margin-right:-30px;*/

#links 
{position: relative; width: 80px; 
font-family:Verdana,Tahoma,Arial,sans-serif; font-size:9pt; line-height:1.6; 
text-align:left; 
padding:0;
margin: 2pc 0 0 2pc /*top right bottom left*/;
color:000080;background:url(bc1.gif)}
#links hr{text-align:left; width:2px; 
padding:0;
margin: 0.4pc 0 0.4pc 2pc; /*top right bottom left*/
color:9999FF;}


#mercia  /* Mercia.htm */ 
{position: relative; 
font-family:Verdana,Tahoma,Arial,sans-serif; font-size:9pt; line-height:1.6; 
text-align:center; 
padding:0;
margin:0; /*top right bottom left*/
color:000080;background:FFFFF0;}

#notices
/*Change the background colour of the marquee in 'Notices.htm' itself. Look for "background:url(bc1.gif);" */
{position: relative; width: 790px; 
font-family:Verdana,Tahoma,Arial,sans-serif; font-size:9pt; line-height:1.6; 
text-align:justify; 
padding:0;
margin: 2pc 0 0 0; /*top right bottom left*/
color:000080;background:url(bc1.gif)}
/* Removing the following encloses the 'Notices' marquee in a double border in all browsers.  Including it looks better in Internet Explorer, but worse in Mozilla and Opera. */
#notices table{border:0;background:url(bc1.gif)}	 

#picture {
padding:0;
margin:0 /*top right bottom left*/;}

#siteindex {
position: relative; width: 760px; 
font-family:Verdana,Tahoma,Arial,sans-serif; font-size:9pt; line-height:1.6; 
text-align:left; 
margin: 0 0 0 8pc /*top right bottom left*/;
color:000080; background:url(bc1.gif)}

#textbox { /* BonesT.htm, Wi0.htm */
font-family:Verdana,Tahoma,Arial,sans-serif; font-size:9pt; line-height:1.5; 
text-align:justify; 
margin: 20px 2pc; /* top/bottom  left/right */
color:000080; background:url(bc1.gif)}

/* the following 2 lines are required for archived magazines to/inc Dec 05 */
#mag {position: relative; width: 760px; font-family:Verdana,Tahoma,Arial,sans-serif; font-size:9pt; line-height:1.6; text-align:justify; color:000080; background:url(bc1.gif)}
#mag td {text-align: center; line-height: 1.6; font-family:Verdana,Tahoma,Arial,sans-serif; font-size:9pt; text-align:justify; color:000080; background:url(bc1.gif)}


A:link {font-weight:500;text-decoration: none; color:0000FF;}
A:visited {font-weight:500;text-decoration: none; color:0000FF;} /*9999CC*/
A:active {font-weight:500;text-decoration: none; color:FF7F50;}
A:hover {font-weight:500;text-decoration: none; color:FF00FF;}

/*green text and links*/
.gn {font-weight:400;color:33CC33;}  /* <span class="gn"></span> */
.gn A:link {font-weight:500;text-decoration: none; color:33CC33;} /* <span class="gn"></span> */
.gn A:visited {font-weight:500;text-decoration: none; color:33CC33;}
.gn A:active {font-weight:500;text-decoration: none; color:FF7F50;}
.gn A:hover {font-weight:500;text-decoration: none; color:FF00FF;}

/*SiteIndex navigation links*/
.sin A:link {font-weight:900;text-decoration: none; color:0000FF;}   /* <span class="sin"></span> */
.sin A:visited {font-weight:900;text-decoration: none; color:0000FF;} /*9999CC*/
.sin A:active {font-weight:500;text-decoration: none; color:FF7F50;}
.sin A:hover {font-weight:500;text-decoration: none; color:FF00FF;}

/*Back button : Magister.htm, F51, F52, F53, F54, F55*/
.back {position: relative; width: 760px; 
font-family:Verdana,Tahoma,Arial,sans-serif; font-size:10pt; line-height:1.6; 
text-align:right;
padding:0;
margin:0;}
.back A:link {font-weight:500;text-decoration: none; color:33CC33;} /* <div class="back"></div> */
.back A:visited {font-weight:500;text-decoration: none; color:33CC33;}
.back: A:active {font-weight:500;text-decoration: none; color:FF7F50;}
.back A:hover {font-weight:500;text-decoration: none; color:FF00FF;}

/*p, span and div elements on the content page*/
.br2 {font-size:2pt; line-height: 1;}	  /*<span class="br2"><br /></span> gives a 2pt line break */
.br4 {font-size:4pt; line-height: 1;}	  /*<span class="br4"><br /></span> gives a 4pt line break */
.br6 {font-size:6pt; line-height: 1;}	  /*<span class="br6"><br /></span> gives a 6pt line break */
.br8 {font-size:8pt; line-height: 1;}	  /*<span class="br8"><br /></span> gives an 8pt line break */
.lb {font-weight:400; color:3366CC;}  /*light blue text*/
.lh4{line-height:1.4; background:url(bc1.gif)}
.lh6{line-height:1.6; text-align:justify; color:000080;background:url(bc1.gif)}
.lh6c{line-height:1.6; text-align:center; color:000080; background:url(bc1.gif); margin: 0 0 1pc 0;} /*top right bottom left*/
.lh6d{line-height:1.6; text-align:center; color:000080; background:url(bc1.gif); margin: 0 0 0pc 0;} /*top right bottom left*/


.m1{margin-left:1pc;}
.m2{margin-left:2pc; padding-bottom:0px;}
.m3{margin-left:3pc;}
.m4{margin-left:4pc;}
.m5{margin-left:5pc;}
.m6{margin-left:6pc;}
.m8{margin-left:8pc;}

.b {font-weight:600;text-align:justify;}  /*<p class="b">*/

.plan {border-style:outset;border-width:2px;border-color:0000FF; padding:20px;}

/*sets the border round the thumbnail links in Gallery.htm*/
.gy1{border-width:2px; border-color:#545565; border-style:solid} /*33CC33*/


p.p4 {margin-bottom:4pt;} 	 /*<p class="p4">*/
p.p6 {margin-bottom:6pt;} 	 /*<p class="p6">*/

I{}


H3,H4,H5,H6,H7{font-family:Verdana,Tahoma,Arial,sans-serif;font-weight:600;color:Navy;text-align:center;}

H1{font-size:20pt;}
H2{font-size:170%;}
H3{font-size:150%;}
H4{font-size:130%;}
H5{font-size:110%;}

hr{text-align:center; color:9999FF;}

li {padding-bottom: 10px;}
.g {text-align: justify;padding:0;}

table 
{font-family:Verdana,Tahoma,Arial,sans-serif;font-size:9pt;text-align:left; line-height:11pt;  
color:000080; background:url(bc1.gif)}
.lh6{line-height:1.6;text-align:justify; color:000080; }
.t16 {line-height:1.6;}

td {font-family:Verdana,Tahoma,Arial,sans-serif;font-size:9pt;text-align:left; line-height:11pt}
.bassano{border-color:000080;} /* in Buildings.htm*/ 
.gn {color:33CC33;}
.lh6{line-height:1.6;text-align:justify; color:000080; }
.lh6c{line-height:1.6;text-align:center; color:000080; }
.lh6lb {line-height:1.6;text-align:justify; font-weight:400; color:3366CC; }  /*light blue text*/
.t16 {line-height:1.6;}
.tc {height:16px; text-align:center; line-height:1.6;}  /*class="tc"*/
.tl {height:16px; text-align:left;line-height:1.6;}  /*class="tl"*/ /*used in magazines, where td is centred*/
.tr {height:16px; line-height:1.6;text-align:right;}	/*class="tr"*/
.top {vertical-align:top; line-height:1.6;text-align:justify;} /*aligns at the top of the cell*/
.z{padding:0 0 0 0;} /* in Organ.htm*/ 


/*Start Netscape resize bug fix*/
function WM_netscapeCssFix() {
if (document.WM.WM_netscapeCssFix.initWindowWidth != window.innerWidth || document.WM.WM_netscapeCssFix.initWindowHeight != window.innerHeight) {
    document.location = document.location;
}
}
function WM_netscapeCssFixCheckIn() {
if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) {
    if (typeof document.WM == 'undefined'){
      document.WM = new Object;
    }
    if (typeof document.WM.WM_scaleFont == 'undefined') {
      document.WM.WM_netscapeCssFix = new Object;
      document.WM.WM_netscapeCssFix.initWindowWidth = window.innerWidth;
      document.WM.WM_netscapeCssFix.initWindowHeight = window.innerHeight;
    }
    window.onresize = WM_netscapeCssFix;
  }
}
WM_netscapeCssFixCheckIn()
/*End Netscape resize bug fix*/
-->

<STYLE>

