#twitter {
	width: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	background: #F4F4F4;
}

#twitter ul {
	margin: 0 5px 0 5px;
	list-style-type: none;
}

#twitter_update_list li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#twitter_update_list li span {
	display: block;
}

#twitter_update_list li a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#twitter_update_list li span a {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

#twitter h4 a:hover, #twitter_update_list li span a:hover {
	text-decoration: underline;
}
