.kBlogStory p a[href^="http"]
{
	background-color: #f8f8f8;
	color: #7F2D00;
	padding: 0.125em 0.25em;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	transition: background-color 1.0s ease-out, color 1.0s ease-out;
}

.kBlogStory p a[href^="http"]:hover,
.kBlogStory p a[href^="http"]:focus
{
	background-color: #E59A5C;
	color: #000000;
	text-decoration: none;
	transition: background-color .1s linear, color .1s linear;
}


.kBlogStory p a[href^="#fn:"]
{
    padding-left: 0.125em;
}