body {
	background-image: url("hp-background.jpg");
}

h2 {
	color: #006633;
	text-align: center;
	font-weight: bold;
}

h3 {
	color: #006633;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	}
	
h4 {
	color: #006633;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	}
	
	p {
	color: #006633;
	}
	
	p.first {
	color: #006633;
	font-size: 18;
	}

table#nav {
width: 75%;
margin-left: 10%;
margin-right: 10%;
border-width: 5;
	border-color: #006633;
	border-style: solid;
 	}
	
	
td#nav {
	width:200px;
	border-width: 2;
	border-color: #006633;
	border-style: solid;
  font-weight: bold;
	text-align: center;
  padding: 10px 10px 10px 10px;
	}
	
	table#pics
	 {
	 text-align: center;
	 color: #006633;
   width:70%;
   margin-left: 15%;
   margin-right: 15%;
   border-width: 5;
	border-color: #006633;
	border-style: solid;
	padding: 10px 10px 10px 10px;
	
 	}
	
	tr#pics
	{
	border-width: 5;
	border-color: #006633;
	border-style: solid;
	}
	
a:link{color:#006633;}
   
a:visited{color:;}
     
a:hover{color:red;font-weight:bold;}

	