BODY, h1, h2, h3, h4, h5, h6, p, ol, ul, div {padding:0; margin:0;}
body {background-color: #d8d8d8;} /* #99ffcc is the original sea green */
 
#wrapper {width: 1080px; height: 723px;
    margin: 0px ;
	padding: 0px;
    background: url(./DSC_4436res.jpg)center top;}
    
/*            STYLES FOR CODE TO LINK BACK TO SRDFNS HOME PAGE */ 
   
    #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 */
  

H1 {text-align:center;
    margin-bottom:10;
	font-family:Helvetica;
	font-size:36pt;
	color:blue;}

H2 {text-align:center;
  padding-top:20px;
	font-family:Trebuchet MS;
	font-size: 2.6rem;
	color: blue;}

H3 {text-align: center;
    margin-top:20;
    margin-bottom:10
	font-family: Trebuchet MS;
	font-size: 24pt;
	color: blue;}

H4 {text-align: center;
    margin-bottom:8px;
	font-family: Helvetica;
	font-size: 1.4rem;
	color: white;}

H5 {text-align: center;
    margin-bottom:7;
	font-family: Times;
	font-size: 18pt;
	color: black;}

H6 {text-align:left;
    margin-top:12;
    margin-left:20;
    margin-bottom:8;
    font-family: Arial;
    font-size: 16pt;
    color:blue;}

P {background: transparent;
	font-family: Times;
	font-size: 12pt;
	color: black;}

P.large {background: transparent;
	font-family: Times;
	font-size: 14pt;
	color: black;
	text-align: center;}

#left  {float:left; border:2px solid blue;
    margin:10px}

#right {float:right; border:2px solid blue;
    margin:10px}

A {color:blue; text-decoration: none;}

A:hover {color: #31b5d6;}

A:active {color: red;}
