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

body
{
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
width: 938px;
height: 100%;
margin: auto;
font:Arial, Helvetica, sans-serif;
}

.links {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
}

.tumblr {
			list-style: none;
			width: 400px;
			font-family:Arial, Helvetica, sans-serif;
			color:#CCC;
			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;
		}

a:link {
	color: #3CF;
	text-decoration:underline;
}
a:visited {
	color: #3CF;
	text-decoration:underline;
}
a:hover {
	color: #3CF;
	text-decoration:underline;
}
a:active {
		color: #3CF;
	text-decoration:underline;
}