/*-----attach body.custom to any style you add here-----*/
body.custom .entry-byline a {
  color: #aa0000;
}

body.custom .entry-byline a.comments-link {
  font-size: 14px;
}

.first-words
{
	text-transform:uppercase;
	position:relative;
	font-size:0.95em;
	letter-spacing:1px;
}

/*
.entry-content > p:first-child:first-line
{
	text-transform:uppercase;
	position:relative;
	font-size:0.95em;
	letter-spacing:1px;
}
*/

.entry-content > p:first-child:first-letter
{
	letter-spacing:0;
	text-transform:uppercase;
	color:#0070CB;
	font-family:times,serif;
	font-size:3.5em;
	float:left;
	margin:0.13em 0.1em 0 0;
	line-height:0.7em;
}

