BODY, h1, h2, h3, h4, h5, h6, p, ol, ul, div {padding:0; margin:0;}
/*BODY {background-color: #c1cbd5} original gray-blue background */
body {background-color: #99ffcc} /* sea green */
     /* original bright yellow background is #ffffaa */
body {font-size:100%}      /* equaos 16 px in most browsers */ 

#yellow { padding:0; margin:0; font-size:100%; background-color:#ffffaa; }
/* Use yellow id for "body" tag to create bright yellow backgrounds, like former site, but on pages WITHOUT STANDARD HEADER */

#violet {padding:0; margin:0; font-size:100%; background-color:#e29ff3;}

#wrapper {width: 1080px;  /* wrapper for home page */
/*  height: 100%; */
  height: 719px;
  margin-left: 0px;  
  margin-right: 0px;
	padding: 0px;
    background: url(./home-page-background/DSC_8375-resized.jpg)center top;}
/*    background: url(./home-page-background/Keltic_Lodge_winter_resized.jpg)center top;} */
/*    background: url(./home-page-background/AdvocateHarbour-resized.jpg)center top;} */
/*  background: url(./home-page-background/five-islands.jpg)center top;}  */
/*    background: url(./home-page-background/cape-breton800high.jpg)center top;}  */
/*  background: url(./home-page-background/DSC_8395edited.jpg)center top;} */
/*  background: url(./home-page-background/DSC_8375edited.jpg)center top;} */

#wrap {width: 1080px;    /* wrapper for header template file */
  height: 100%;
  margin-left: 0px;
  margin-right: 0px;
	padding: 0px; }
  	
H1 {text-align:center;
  margin-bottom:10px;
	font-family:Trebuchet MS;
	font-size:3.0rem;
	color:blue;}

H2 {text-align:center;
  margin-bottom:10px;
	font-family:Trebuchet MS;
	font-size:2.45rem;
	color: blue;}

H3 {text-align:center;  /* HOME PAGE TITLE */
  padding-top:40px;
  margin-bottom:10px;
	font-family: Trebuchet MS;
	font-size:2.2rem;
	color: navy;}

H4 {text-align: center;
  margin-bottom:8px;
	font-family:Trebuchet MS;
	font-size:1.5rem;
	color: black;}

H5 {text-align: center;
  margin-bottom:7px;
	font-family:Trebuchet MS;
	font-size:1.5rem;
	color: black;}

P {background: transparent;
	font-family: Times;
	font-size: 1.0rem;
	color: black;}

P.large {background: transparent;
	font-family: arial;
	font-size:1.2rem;
	color: black;
	text-align: center;}

a {text-decoration:none;}  /*   REMOVE UNDERLINES ON LINKS  */

/*  -- STYLING FOR HEADER LINKS */

#top:link {margin-left:65px; font-family:arial; font-size:1.3rem; font-weight:bold; color:#df3a01}
#top:visited {margin-left:65px; font-family:arial; font-size:1.3rem; font-weight:bold; color:#df3a01}
#top:focus {margin-left:65px; font-family:arial; font-size:1.3rem; font-weight:bold; color:yellow}  
#top:hover {margin-left:65px; font-family:arial; font-size:1.3rem; font-weight:bold; color:red}
#top:active {margin-left:65px; font-family:arial; font-size:1.3rem; font-weight:bold; color:red}

/*            STYLES FOR CODE TO LINK BACK TO SRDFNS HOME PAGE */ 
/*  ALSO USED FOR TABLE AT TOP OF leaders.html  */
   
    #ho:link {background:#f0d155}
    #ho:visited {background:#d6c610}
    #ho:focus {background:#e78cc6}
    #ho:hover {background:#e78cc6}
    #ho:active {background:white}
    
    a#lo:link {color:black}
    a#lo:visited {color:purple}
    a#lo:hover {color:blue}
    a#lo:active {color:red}
 /*        END OF STYLES FOR CODE TO LINK BACK TO SRDFNS HOME PAGE */
 
/*  STYLES FOR RETURNING TO TOP OF INDIVIDUAL PAGES  */

#go:link {font-family:Trebuchet MS; font-weight:bold; color:blue}
#go:visited {font-family:Trebuchet MS; font-weight:bold; color:navy}
#go:focus {font-family:Trebuchet MS; font-weight:bold; color:green}  
#go:hover {font-family:Trebuchet MS; font-weight:bold; color:red}
#go:active {font-family:Trebuchet MS; font-weight:bold; color:red}
 
