
p{
margin-top: 0;
margin-bottom: 0;
margin-left:.75in;
margin-right:.05in;
text-indent:-.5in;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #d52;
}

.indent {
margin-left:1.0in;
text-indent:-.5in;
margin-top: 0;
margin-bottom: 0;

}


.dblindent {
margin-left:1.5in;
text-indent:-.5in;
margin-top: 0;
margin-bottom: 0;

}


.tplindent {
margin-left:2.0in;
text-indent:-.5in;
margin-top: 0;
margin-bottom: 0;

}





/* Mobile browsers only */
@media only screen and (max-device-width: 480px) {
    body {
        	width: 100%;
   		background: #e6d6b0 url(background2.jpg);
	      background: #e6d6b0 url('../../images/background2.jpg');
   		margin: 1px;
   		padding: 0px;
    	}



p {
  margin-left:25px;
  text-indent:-20px;
	}

    
.indent {
	  margin-left:30px;
	  text-indent:-20px;
}



.dblindent {
	  margin-left:42px;
	  text-indent:-20px;
}



.tplindent {
	  margin-left:62px;
	  text-indent:-20px;
}


