@charset "utf-8";
.twitters {
	padding: 0px;
	overflow: auto;
	margin: 0px;
	background-color: #EEEEEE;
}
ul {
	margin: 0;
}
.twitters ul {
	list-style: none;
	padding: 0;
}
.twitters span.prefix {
	font-weight: bold;
}

.twitters span.time {
	font-style: italic;
	color: #999999;
	font-size: 0.8em;
	line-height: 200%;
}
.twitters span.status {
	color: #6d6d6d;

}
.twitters div.message {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 1px;
	margin-top: 1px;
}
.twitters a:link {
	text-decoration: none!important;
	color: #333333!important;
}
.twitters a:hover {
	text-decoration: underline!important;
	color: #CC0000!important;
}
.twitters a:visited {
	text-decoration: none;
	color: #333333;
}
.twitters a:active {
	text-decoration: none;
	color: #333333;
}
