body {
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, sans-serif;
}
body, td {
	font-size: 10pt;
}

.tweet {
	padding: 3px;
}

.clearall {
	clear: both;
}

.userpic {
	float: left;
}

.row0 {
	background-color: #ECECEC;
}

.row1 {
	background-color: #FAFAFA;
}

.entry_meta {
	font-size: 0.7em;
	font-style: italic;
	display: inline;
	color: #999999;
}

.un a {
	text-decoration: none;
	color: #9090C0;
}

.entry_text a {
	text-decoration: none;
	color: #0000AA;
}
.entry_text a:hover {
	text-decoration: underline;
	color: #0000DD;
}

.entry_text a.tw:hover {
	text-decoration: none;
}

#conversation {
	width: 680px;
}

a img {
	border: 0;
}

.description, .credits {
	width: 680px;
	font-size: 8pt;
	font-style: italic;
	color: #999999;
	margin-bottom: 10px;
}
.description a {
	color: #999999;
}
.description a:hover {
	color: #AAAAAA;
}

.credits {
	font-size: 7pt;
	margin-top: 20px;
	text-align: center;
}