@charset "utf-8";

/* CSS Document */

#twitter_div
{
	background-color: #daf2f2;
	float: left;
	width: 230px;
	height: 100%;
	padding: 10px;
	font-weight:normal;
}

#twitter_div ul
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#twitter_div ul li
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	color: #666666;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
}

#twitter_div ul li a
{
	color: #0099cc;
}

a#twitter-link
{
	font-size: 16px;
	font-weight:normal;
	display:block;
	text-align:right;
	margin-top: 10px;
	color: #0099cc;
	text-decoration: underline;
}

a#twitter-link:visited
{ font-size: 16px; display:block; color: #145590; text-align:right; 
}

#twitter_div h3
{ font-weight:normal; color: #333333; font-size: 24px; margin-bottom: 0px; 
}
