/* CSS Document */

A:link    { color: white }    /* unvisited links */
A:visited { color: white }   /* visited links   */
A:hover   { color: yellow } /* user hovers over link*/
A:active  { color: white }   /* active links    */

#twitter_div {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;}
	
twitter_div ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;}
	
	
.sidebar-title{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;}
	