/* Tag styles */
		body {
			font-family:arial;
			margin:0;
			xbackground:#109010;
		}
		h3 {
			text-align: center;
			line-height:50px;
			text-shadow: 2px 2px #b0f0b0;
			font-size: 25px;
		}
/* Class styles */
		.danny {
			font-weight: bold;
		}
		.pedro {
			margin-left:50px;
			margin-bottom:10px;
			margin-top:10px;
			font-weight:normal;
			font-size:14px;
			line-height:25px;
		}
		.content {
			 width:800px;
			 margin:auto;
			 background:white; 
		}
		.photos {
			width:300px; 
			border: 1px solid #888;
			border-radius:6px;
		}
		.footer {
			width:100%;
			background:green;
			color:white;
			font-size:16px;
			text-align:center;
			padding:0px;
			position:fixed;
			bottom:0;margin:0;
			vertical-align:middle;
		}
