
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;
}

#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;
}  