@charset "utf-8";

#tweet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 125px;
	position: relative;
	top: 20px;
	list-style: none;
	height: 150px;
	margin-left: -20px;
	display: block;
	clip: rect(auto,auto,auto,auto);
	left: 20px;
}

#tweet li {
	list-style: none;
	color: #999999;
	line-height: 13px;	
	
}

#tweet a {
	color: #999999;
		font-weight: bolder;
	text-decoration: none;
}

#tweet a:hover {
	color: #333333;
		text-decoration: none

}

.twitterPrefix {


}

.twitterStatus {
	font-style: italic;

}

.twitterTime {



}
