.tableBackground {
	background-color: #FFFFFF;
	background-image: url(../images/cdd_09.jpg);
	background-repeat: no-repeat;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 22px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
a:link {
	color: #1C468C;
}
a:visited {
	color: #00A9D1;
}
a:active {
	color: #1C468C;
}


#twitter_update_list li {
	list-style:none;
	width:170px;
	margin-left:-35px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #999;
}
#twitter_update_list li:hover {
	background-color: #CCC;
}