body {
	line-height: 1;
	background-color: #ffe680;
	text-align: center;
}

p{
	font-size: 110%;
  font-family: "Times New Roman", Times, serif;
	line-height: 125%;
	padding: 10px;
	padding-top: 15px;
	background-color: #ffeb99;
	outline: 2px solid #bf8040;

}

p a{
	color:#ff8000;
	text-decoration: none;
}
p a:hover{
	color: #cc2900;
	text-decoration: underline;
}
