body {
	font-family			: Arial;
	margin				: 0 0 0 0;
	background-color	: #333333;
}

a:link {
	color				: #CCCCCC;
	text-decoration		: none;
}
a:visited {
	text-decoration		: none;
	color				: #CCCCCC;
}
a:hover {
	text-decoration		: none;
	color				: #FFFFFF;
}
a:active {
	text-decoration		: none;
	color				: #CCCCCC;
}

.heading {
	font-family			: Arial;
	color				: #CCCCCC;
	font-size			: 40px;
}

.heading_small {
	font-family			: Arial;
	color				: #CCCCCC;
	font-size			: 20px;
}

.img {
	border: 3px solid #CCCCCC;
}

.type1 {
	font-family			: Arial;
	color				: #CCCCCC;
	font-size			: 12px;
}

.count {
	font-family			: Arial;
	color				: #CCCCCC;
	font-size			: 300px;
}

div.centered {
	position			: absolute;
	left				: 50%;
	top					: 50%;
	width				: 800px;
	height				: 500px;
	
	margin-top			: -250px;
	margin-left			: -400px;
}

.graph-txt {
	font-family			: Arial;
	font-size			: 10px;
	color				: #FFFFFF;
}

.graph-title {
	font-family			: Arial;
	font-size			: 12px;
	color				: #FFFFFF;
}







