/* Twitter Page
	 Chris Coyier
	 http://css-tricks.com
*/

#twitter_div { 
	position: relative; 
	top: 10px;
	width: 280px; 
	height: 300px; 
	overflow: auto;
}
ul#twitter_update_list { 
	list-style-position: -10px;
	list-style: none; 
	font-size: 11px;	
}
ul#twitter_update_list li { 
	background: #D8D9DB;
	margin-bottom: 11px; 
	padding: 10px; 
	color: #000000;	
}

#twitter_div a:aCTIVE  { font-family : verdana, sans-serif; font-weight : normal; color : #c50000; text-decoration: none; }
#twitter_div a:LINK    { font-family : verdana, sans-serif; font-weight : normal; color : #c50000; text-decoration: none; }
#twitter_div a:VISITED { font-family : verdana, sans-serif; font-weight : normal; color : #c50000; text-decoration: none; }
#twitter_div a:HOVER   { font-family : verdana, sans-serif; font-weight : normal; color : #0078C1; text-decoration: underline; }

* 	background: #D8D9DB;
