/* CSS Document */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 75%;
 margin-left: 15%; margin-right: 10%;
  color: black; background: white;
	background-image: url(images/DSCN1881mod2.jpg);	
	background-repeat: repeat;
}
h1{
	color: Black;
	font-weight: normal;  
}
h2{
	color: Black;
	font-weight: normal;
}
p2{
	background-color: White;
	font-weight: bold;
}
:link { color: Blue}  /* for unvisited links */
  font-weight: bold;
  :visited { color: Blue} /* for visited links */
  a:active { color: DeepPink} /* when link is clicked */
  a:hover { color: DodgerBlue} /* when mouse is over link */
  
.p2 {
	background: #FFFFFF;
	font-weight: bold;
}
.link1 {
color: black;
font-weight:bolder;
text-decoration:underline;
	
}
