body {
	background-color: #FFFFCC;

	
}
#central h3 {
	font-size: 26px;
	color: #FF0000;
}
p {
	color: #FFFFFF;
	text-align: center;
	margin-top: 520px;
}
.p1 {
	color: #FF9900;
}

a, a:link { color: #00FF00; text-decoration: none; }
a:visited { color: #FFFFFF; background: none; }
a:hover { color: #E2D2C7; background: none; }
a:active { color: #FFFFFF; background: none; }


#central {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 800px;
	width: 614px;
	margin-top: -200px;
	margin-left: -307px;
	text-align: center;
	background-image: url(images/Livro/AlmRock.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-transform: capitalize;
	letter-spacing: 2px;
}
