img {
	border: 1px solid black;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

h1 {
	font-size: 36px;
}

h2{
	font-size: 22px;
	color: white;
	font-weight: lighter;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
	color: white;
	font-weight: lighter;	
}

h5 {
	font-size: 16px;
}

table {
	text-align: left;
}

#paper_entry {
	height: 300px;
	width: 740px;
}

#blog_list li {
	margin-bottom: 1em;
}

#sidebar {
	float: right;
	width: 380px;
	text-align: left;
	word-wrap: break-word;
}

#sidebar ul {
	text-align: left;
	margin-bottom: 1em;
}

#sidebar td {
	padding: 0 1em 0 0;
	border: 1px solid black;
}

#sidebar span {
	color: white;
}

.paper {
	width: 740px;
	min-height: 175px;
	margin: 0 0 1em 0;
}

.paper img {
	border: 1px solid black;
	float: left;
	clear: both;
	margin: 0 1em .5em 0;
}

.paper table {
	margin-bottom: 2em;
}

.paper table tr td {
	padding-right: 1em;
}


