@charset "ISO-8859-1";
		/* Example tumblrBadge CSS */
		.tumblr {
			list-style: none;
			width: 100%;
			margin-bottom: 1em;
			padding: 0;
		}
		.tumblr li {
			margin-bottom: 1em;
		}
		.tumblr p {
			margin: 0;
		}
		.tumblr img {
			display: block;
		}
		.tumblr em {
			display: block;
			margin-top: 0.2em;
		}
		.tumblr .tumblr-post-date{
			display: block;
			font-size: 0.9em;
			margin-top: 0.5em;
		}
		.tumblr  a:link, .tumblr  a:active, .tumblr a:hover, .tumblr a:visited {
			color: black;
		}
		.tumblr .tumblr-post-date {font-weight: bold;}
		.tumblr li {
			border-bottom: 1px solid #cccccc;
		}
		.tumblr img {
			border: 0;
		}