body {
	margin: 0 0 0 20px;
	color: white;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color: #900;
	text-decoration: none;
	border-bottom: 1px dotted;
	}

a:hover {
	color: #F30;
	border-bottom: 1px dotted;
	border-bottom: 1px solid;
	}
	
.grey {
  color: #999;
	}

#twitter_div {
	margin: 30px 0 0 0;
	padding: 10px 30px 0 0;
	width: 450px;
	border-top: 1px dotted #666;
	font-size: 0.8em;
	}

#twitter_div ul {
	list-style: none;
	padding: 0;
	}

#twitter_div ul li {
	padding: 0 0 7px 0;
	}