@charset "UTF-8";
/* CSS Document */
body {
	text-align: center;
	min-width: 800px;
}

#twitter {
	text-align:left;
	width: 600px;
	margin: 40px auto;
}

#twitter h1 a {
	display: block;
	margin: 0 0 15px 0;
	font: 20px georgia, Arial, Sans-Serif;
	color:#666;
	text-decoration: none;
	text-align: center;
}

#twitter h1 a:hover { 
		color: #cccccc ;
}

	#twitter ul {
	list-style: none;
	padding: 0 0 0 0;
	background: 0 0 0 0 no-repeat;
	text-align: center;		
	}
		#twitter ul li {
			padding: 20px;
			background: #666;
			border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
		}
			#twitter ul li a {
				font: italic 30px/30px Georgia, Times, Serif;
				color: #999;
			}
				#twitter ul li a:hover { color: #000000; }

		#twitter ul li span {
			font: 22px/30px georgia, Arial, Sans-Serif; color: #fff;
			
		}
			#twitter ul li span a {
				font: 22px/30px georgia, Arial, Sans-Serif; color: #FFFFFF; text-decoration: none;
			}

