   	.graphBox{
   		position: absolute;
   		top: 0; left: 0;
   		height: 195px;
   		font-family: Georgia, Times, serif;
    	margin: 0 0 7px 15px;
		font-size: 14px;
   	}
   	
   	.graphBox img{
   		position: absolute;
   		top: 4px;
   		left: 4px;
   	}
   	
   	.graphBox ul{
   		list-style-type: none;
   		position: absolute;
   		left: 230px;
   		top: 5px;
   		width: 150px;
   	}
   	
   	.graphBox li{
   		margin-bottom: 3px;
   	}
