/* P C D T R */
@import "php/css.php";
/* font-size in pts */

.headline {
	font-family: JuvenisTextItalic, "Trebuchet MS", "Lucida Grande", Arial;
	font-size:18pts;
	color:#dd6c37;
	margin-bottom: 1em;
	background-color: #FFFFFF;
}
.headline a {
	color:#dd6c37;
	text-decoration:underline;
}
.headline a:hover {
	color:#dd6c37;
}
.subheadline {
	font-family: JuvenisTextItalic, "Trebuchet MS", "Lucida Grande", Arial;
	font-size:12pts;
	color:#261d19;
	margin-bottom: 1em;
	background-color: #FFFFFF;
}
.subheadline a {
	color:#261d19;
	text-decoration:underline;
}
.subheadline a:hover {
	color:#dd6c37;
}