@charset "utf-8";
/* CSS Document */
#jstwitter {
	width: 245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	margin-top: 80px;
	margin-left: 15px;
}
#jstwitter .tweet {
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
}
#jstwitter .tweet a {
	font-size: 11px;
	text-decoration: none;
	color: #68f3f4;
}
#jstwitter .tweet a:hover {
	text-decoration: underline;
}
#jstwitter .tweet .time {
	font-size: 9px;
	font-style: italic;
	color: #036a9c;
}
