/* @override http://benjamintomlinson.com/includes/twitter.css */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: #fefee8;
}

ul {
	list-style-type: none;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#boppyertweets {
	width: 500px;
}

#Twitter span.twitterStatus {
	background-color: #000;
	color: white;
	font-size: 2em;
	padding-bottom: 1px;
	line-height: 1.25em;
}

li {
	margin-bottom: 21px;
}

a {
	text-decoration: none;
	color: #faed1e;
	background-color: #000;
	padding: 0 4px 1px;
}

p {
	text-decoration: none;
	color: #000;
	padding: 0;
}



a:hover {
	text-decoration: underline;
	color: black;
	background-color: yellow;
}

#TwitterStatus {
	margin-top: 2px;
}

#links {
	margin-bottom: 47px;
	font-size: .8em;
}

