    body {
      font-family: Arial, sans-serif;
      background: #f8f8f8;
      margin: 0;
      padding: 0;
    }
    .container {
      max-width: 700px;
      margin: auto;
      padding: 30px;
      background: white;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
     }
    header img {
      width: 100%;
      height: auto;
    }
    h1 {
      color: #333;
      font-size: 1.8em;
    }
    p { 
      font-size: 1.1em; 
      line-height: 1.6;
      color: #555;
	text-align: justify;
	text-justify: inter-word;
    }
    .cta-button {
      display: inline-block;
      margin-top: 7px;
      padding: 12px 24px;
      font-size: 1.1em;
      background-color: #2c7;
      color: white;
      border: none;
      border-radius: 6px;
      text-decoration: none;
	  width:145px;
    }
	.light-black {
		color: #5a5a5a;
		font-size: .9em;
	}
	.light-black-bold {
		color: #5f5f5f;
		/*font-size: .9em;*/
		font-weight:bold;	
	}
	 .donate-button {
      display: inline-block;
      margin-top: 0px;
      padding: 3px 6px;
      font-size: 1.1em;
     	  background-color: #f9b822;
      /*color: black;*/
	  color: #4a4a4a;
      border: none;
      border-radius: 15px;
      text-decoration: none;
	  width:75px;
    }
	.centerTable { margin: 0px auto; }
@media (max-width:500px){
    .cta-button {
      display: inline-block;
      margin-top: 7px;
      padding: 4px 10px;
      font-size: .9em;
      background-color: #2c7;
      color: white;
      border: none;
      border-radius: 6px;
      text-decoration: none;
	  width:97px;
    }
	 .donate-button {
      display: inline-block;
      margin-top: 0px;
      padding: 3px 6px;
      font-size: 1.1em;
     	  background-color: #f9b822;
      /*color: black;*/
	  color: #4a4a4a;
      border: none;
      border-radius: 15px;
      text-decoration: none;
	  width:75px;
    }	
}	