#twitter_div{
	position: absolute;
	/*margin-left: 800px;
	margin-top: 230px;*/
	width: 170px; 
	height: 286px;
	font-family: Verdana;
	font-size:7.8pt;
	text-align:left;
}

#twitter_update_list{
	padding: 0;
	margin-left:0px;
	font-weight: bold;	
	color: black;
	list-style-type:none;
}

#twitter_update_list li{
	margin-bottom:10px;
	background-image: url(../pics/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 1em;
}

#twitter_update_list li a:link, a:visited{
	color: #590085;
	text-decoration: none;
	font-weight: normal;
}

#twitter_update_list li a:hover {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}