body { 
	background: url(http://images.linx-usa.com/files/mpf/Background_Camp_Specialty.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#site_specific_header {
  background: url(https://linxstaff.linx-usa.com/files/camp/InnerHeader_LINXCamps_Theater.png) center center no-repeat;
  margin-left: 0px;
  margin-top: 10px;
  width: 100%;
  height: 195px;
}

#content h1 {
   color: #50004b;
   font-family: trebuchet ms;
   font-weight: bold;
   font-size: 20pt;
   text-align: center;
}


#content h2 {
   color: #50004b;
   font-family: trebuchet ms;
   font-weight: bold;
   font-size: 16pt;
   text-align: center;
}

a:link {
   color:#50004b;
} 

a:visited {
   color:#50004b;
} 

a:hover {
   color:#50004b;
   font-weight: bold;
}  

a:active {
   color:#50004b;
}  