@charset "UTF-8";
/* CSS Document */


body {
	background-color: #E7E7DF;
}

h2 {
	font-size:18px;
	padding-top:4px;
	text-shadow: 1px 1px #fff;
}


#body {
	width: 500px;
	padding-top: 50px;
	margin:auto;
	font-family: Helvetica,Arial;
	font-size: 15px;
	color:#404040;
}

#body p {
	text-align:left;
	width: 302px;
	line-height: 1.4;
	text-shadow: 1px 1px #fff;
}

#body a {
	color: #404040;
	text-decoration: underline;
	
}

#body a:hover {
	color: #00958f;
	text-decoration:underline;
}

#body a img {
	background: no-repeat scroll left top transparent;
	outline:0px;
}

#tweets {
	margin:auto;
	padding-right:223px;
	width:410px;
	font-family: Helvetica,Arial;
	padding-top:-20px;
}

#tweets ul li {
	padding-bottom:20px;
	padding-right:25px;
	padding-left:28px;
	font-size: 13px;
	color: #404040;
	text-shadow: 1px 1px #fff;
	line-height:1.3;
	background-image: url("../images/arrow.png");
	background-position:-1 center;
	background-repeat:no-repeat;
	list-style-type: none;
	
}

#tweets a {
	text-decoration:underline;
	color:#404040;
}

#tweets a:hover {
	color: #00958f;
	text-decoration:underline;
	text-shadow: none;
}

.focus { -moz-outline-style: none; }