a:link, a:visited {
	color: #0411BA;
}

a:hover {
	color: #FB840F;
}

#footer a:hover
{
	background-color: #0411BA;
}

body {
	background-color: #FF9933;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	width: 775px;
	text-align: center;
	margin: auto;
}

.robot {
	margin: 80px 0 0 90px;
	float: left;
	width: 110px;
	height: 180px;
}

.text {
	margin: 10px 90px 0 225px;
	text-align: justify;
	background-color: #FFAA66;
	padding: 10px;
	font-size: small;
		
	-moz-box-shadow: 1px 1px 5px #FFF;
	-webkit-box-shadow: 1px 1px 5px #FFF;
	box-shadow: 1px 1px 5px #FFF;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.chart {
	text-align: center;
}

.badges {
	text-align: center;
}