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

.headline, a.headline	{
	font-family: sansculottes, Georgia;
	font-size: 20pt;
	background: inherit;
	color: #161b83;
	text-align:left;
	margin-left: 6px;
	text-decoration: none;
}

.band_headline, a.band_headline	{
	font-family: sansculottes, Georgia;
	font-size:20pt;
	background: inherit;
	color: #000;
	text-align:left;
	width: 630px;
	float: left;
	text-decoration: none;
/*	padding-left: 7px; */
}

a.mag_headline	{
	font-family: sansculottes, Georgia;
	font-size:20pt;
	background: #e5f0f6;
	color: #000;
	text-align:left;
	width: 780px;
	float: left;
	text-decoration: none;
	margin-bottom: 8px;
/*	padding-left: 7px; */
}

a.thread_headline	{
	font-family: sansculottes, Georgia;
	font-size:20pt;
	text-align:left;
	text-decoration: none;
	margin-bottom: 0px;
/*	padding-left: 7px; */
	float: left;
	margin-left: 30px; 
	padding: 1px 4px; 
	color: #1d93d9;
	width: 728px;
}


.new a	{
	color:#0050da;
	text-decoration:underline;
}
.new a:hover	{
	color:#d05c00;
}

