@import "system.css";

p {
  	  text-shadow: white 0px 1px 1px;

	color: #404749;
	font: 13px/28px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 30px;
  text-shadow: white 1px 1px 1px;
	margin-left: 10px;
	border-bottom: 1px solid #cdcecf;
	padding-bottom: 20px;
	margin-right: 15px;
	padding-left: 10px;
}

p strong {
	  text-shadow: white 1px 1px 1px;

	color: #ad9d6a;
	text-transform: uppercase;
}

p.even {
	color: #677275;
}

p.last_one {
	border-bottom-style: none;
}

p.last_one strong.spacer {
	display: block;
	margin-top: 10px;
}
