.second {
	border: 0;
	padding: 10px 40px 10px 40px; 
	background: #cccc99;
	width: 960px;
	height: auto;
	margin: auto;
	text-align: justify;
}
p {
	font-size: 20pt;
	font-family: "Times New Roman", Times, serif;
	text-indent: 30px;
	margin-left: 10px;

}
p:first-letter {
	font: bold 24pt Arial;
}
.img1 {
	margin-top: 10px;
	margin-right: 20px;
	float: left;
                  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.img2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
                  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.img3 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: center;
                  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
h1 {
	font-size: 30px;
	color: green;
	font-family: "Arial Black";
	text-align: center;
}	
h3 {
	font-size: 25px;
	color: red;
	font-family: "Arial Black";
	text-align: center;
}	
a:link {
	color: green;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
h2 {
	font-size: 30px;
	color: #fff;
	text-weight: bold;
	font-family: "Arial";
	text-align: left;
	margin-left: 10px;
	text-shadow: #000 1px 1px 3px, #000 0 0 2em;
}