#tweets body, #tweets a, #tweets p
{
font-family: verdana;
font-size: 11px;
color: #efefef;
}
#tweets p {
	text-align:left;
	line-height:15px;
}

#tweets a:link, #tweets a:active, #tweets a:visited {
	color: #efefef;
}
#tweets a:hover {
	color: #CC9933;
	text-decoration: none;
}

#tweets body
{
	background: #555;
}
#tweets textarea
{
	display: block;
	width: 400px;
	height: 80px;
	padding: 4px;
	font-size: 11px;
	background: #444;
	color: #ccc;
}