body, html {
	background: #EEE;
	margin: 0 auto;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	color:#111;
}

a:link {
	text-decoration: none;
	color: #cf071a;
}

a:visited {
	text-decoration: none;
	color: #cf071a;
}

a:hover {
	text-decoration: none;
	color: #111;
}

a:active {
	text-decoration: none;
	color: #cf071a;
}

#container {
	width:100%;
	margin:1%;
}

.user, #followers, #count, #target{
	font-weight:bold;
	color:#cf071a;
}