@charset "utf-8";
/* CSS Document */

#newsfeed {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5px;
	font-size:80%;
}
#newsfeed h5{
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:100%;
}
div#sp_results h4 a, div#sp_results h4 a:link, div#sp_results h4 a:active, div#sp_results h4 a:visited {
	color:#f0037f;
	font-size:100%;
}

div#sp_results h4 a:hover, div#sp_results h4 a:focus {
	color:#f0037f;
	font-size:100%;
}

div#sp_results {
	width: 180px;
}

div#footer {
	padding:5px 0;
}

div#footer,
div#footer a {
	text-align:center;
	font-size:0.7em;
}

div#footer a {
	text-decoration:underline;
}

code {
	background-color:#f3f3ff;
	color:#000;
}

pre {
	background-color:#f3f3ff;
	color:#000080;
	border:1px dotted #000080;
	padding:3px 5px;
}

div.chunk {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
div.chunk h4, div.chunk h4 a {
	margin-bottom:0.1em;
	font-size:100%;
	font-weight:bold;
}

p.chunk-date {
	color:#666666;
	margin-top:0;
	font-size:60%;
}



