* {
	margin:0;
	padding:0;
}

body {
	font-family: helvetica, arial, sans-serif;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: red;
}

a img {
	border: 0;
}

blockquote {
	border-left:4px solid #DCDCDC;
	margin:10px 0 10px 10px;
	padding-left:15px;
}

div {
	padding: 10px 0 ;
}

#page {
	margin: 50px;
}

#header {
	padding-bottom: 25px;
	border-bottom: 4px solid #ccc;
}

.post_stream li.post {
	display: block;
	padding: 25px 0 25px;
	border-bottom: 1px solid #ccc;
}

.post_stream li.post ul, .post_stream li.post ol {
	padding: 20px;
}

.post_stream li.post ul {
	list-style-type: disc;
}

.post_stream li.post p {
	margin: 10px 0;
}