@charset "UTF-8";
/* Activity Level System Rating CSS Document */


#container { 
	width: 800px;
	height: 400px;  
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none;
	background-image:url(images/rating-system.jpg);
 	background-repeat:no-repeat;
}
h1 {font-weight:normal;
	color:#514f60;
	margin-left:-5000px;
}

p {font-size:11px;
  margin-left:3em;
  margin-right:2em;
 }
#container a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
#container a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#EC5000;
}