/* CSS Document */

body {
	background-color: 	#666666;
}

p {
	font-family:		"Times New Roman", Times, serif;
	font-size:			1em;
	text-align:			center;
	color:				#FFFFFF;
}

a {
	font-family: 		Times New Roman, Times, serif;
	font-size: 			1em;
	color: 				#0000CC;
}
a:visited {
	color: 				#9900CC;
}
a:hover {
	color: 				#FF0000;
}
a:active {
	color: 				#999999;
}

#chart {
	margin-left:		auto;
	margin-right:		auto;
}