	body.c1 {
	  width: 750px;
	  max-width: 100%;
	  margin: auto;
	  position: relative;
	  background-color: #ffffff;
	}

	p1.p1 {
	  text-align: left;
	}

	p.p2 {
	  text-align: center;
	}

	p.p3 {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width:28em;
	}

	p.p4 {
	  text-align: center;
	  color: red;
	  font-weight: bold;
	}

	h1.h1 {
	  text-decoration:underline;
	  text-align: center;
	}

	h2.h2 {
	 text-align: center;
	}

	img.i1 {
	  float: left;
	  margin-top: 20px;
	}

	img.i2 {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	}

	a {
	  text-decoration: none;
	  color: #348781;
	}

	a:hover {
	  text-decoration:underline;
	}

	a.a3 {
	  text-decoration:underline;
	  color: #0033ff;
	}

	a.a4 {
	  text-decoration: none;
	  color: #000000;
	}

	p.padding {
	  padding-bottom: 25px;
	  text-align: center;
	  font-weight: bold;
	  font-size: 120%;
	}

	.footer {
	  height: 30px;
	}

	img.i3 {
	  padding:2px;
	}
	
	.btn {
	  text-decoration: none;
	  border: none;
	}
