html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	background:#111111;
}
.datey {
	font-size:15px;
	font-style:italic;
}
#alternateFuse {
	padding:15px 15px 0 15px;
}
a:link,
a:visited,
a:hover,
a:active {
	color:#FFF;
	text-decoration:underline;
}
ul {
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;
	list-style:none;
}
p {
	font-size:20px;
	line-height:1.4em;
	margin:0;
	padding:0 0 15px 0;
	color:#FFF;
}
#tweets {
	padding:10px 0 0 0;
}
#tweets div {
	font-size:20px;
	line-height:1.4em;
	margin:0;
	padding:0 0 15px 0;
}
#tweets div.jon { color:#66CCFF; }
#tweets div.simon { color:#99FF00; }
#tweets div.doug { color:#FFFF33; }
#tweets div.claire { color:#FF6699; }
#tweets div.tom { color:#FF0033; }
#tweets div.brian { color:#FF9900; }
#tweets div.louise { color:#9966CC; }
#tweets div.kate { color:#66FFCC; }
#tweets div.chris { color:#00CC66; }
#tweets div.eamonn { color:#EEEEEE; }
#tweets div.jon a { color:#66CCFF; }
#tweets div.simon a { color:#99FF00; }
#tweets div.doug a { color:#FFFF33; }
#tweets div.claire a { color:#FF6699; }
#tweets div.tom a { color:#FF0033; }
#tweets div.brian a { color:#FF9900; }
#tweets div.louise a { color:#9966CC; }
#tweets div.kate a { color:#66FFCC; }
#tweets div.chris a { color:#00CC66; }
#tweets div.eamonn a { color:#EEEEEE; }
#tweets div strong, #tweets div em {
	color:#999999;
	font-size:0.9em;
}
#tweets div strong {

}
#tweets div em {
	display:none;
}
#follow {
	background:#111111;
	position:absolute;
	bottom:0px;
	left:0px;
	font-weight:bold;
	padding:10px 15px;
	width:569px;
	font-size:1.6em;
	z-index:100;
	display:none;
}
#follow a:link,
#follow a:visited {
	text-decoration:none;
	color:#CCCCCC;
	background:url(twitter.gif) left top no-repeat;
	padding:0 0 0 24px;
	font-weight:normal;
}
#follow a:hover,
#follow a:active {
	color:#FFFFFF;
}