#movieChart {
	border: 0;
	clear: both;
	margin: 20px 0 0 0;
}
#movieChart td, #movieChart th {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 2px 4px 2px 4px;
}
#movieChart a {
	font-weight: bold;
}
#movieChart th, #movieChart td {
	padding: 10px;
	vertical-align: top;
}

#movieChart {
	background-color: black;
}
#movieChart th {
	background-color: #006699;
}
#movieChart td {
	background-color: #99cccc;
}

#movieChart a {
	color: #ffffcc;
}
