/* Datestamps and permalinks */
a.datestamp:link, a.datestamp:visited
{
	font-size: 80%;
	font-family: "Lucida Grande", "Lucida Bright", "Lucida Console", "Bitstream Vera Sans", Geneva, Verdana, sans-serif;
	text-decoration: none;
	border: none;
	color: gray;
}

a.datestamp:hover
{
	text-decoration: none;
	color: blue;
	background: inherit;
	border-bottom: 1px dashed blue;
	border-top: none;
	border-left: none;
	border-right: none;
}

.graf
{
	font-size: 90%;
	font-family: "Lucida Grande", "Gill Sans", Verdana, sans-serif;
}

a.graf:link
{
	color: blue;
	background: white;
	text-decoration: none;
	border: none;
}

a.graf:hover
{
	color: white;
	background: blue;
	border-bottom: 2px solid blue;
}


address,  .letter-byline, .byline, .writer-byline, .article-byline {
	font-style: italic;
	margin-left: 2em;
	text-indent: 0;
}
