Forgot border-color,so here the complete:
/*VIEWING HISTORY*/
/* border */
div.stats div.infobox .boxbody
{border: 2px solid lime; (here to change border-size and border-style)
border-color: #xxxxxx; (here to change color)
background-color: #000000; (here to change color)
margin: auto;}
/*text color*/
div.stats
{color: #FFFF00;} (here to change text-color)
Something about border-styles:
http://www.tizag.com/cssT/border.php