@charset "utf-8";
/* CSS Document */

body {
	/* An explicit background color is required for Safari. */
	 /* Otherwise your corner chunks will come out black!  */
	background: #1f1f1f;
}
div.section { clear: left; }
h1 { font-size: 150%; padding: 0 }
h2 { background: #fff; padding: 1px 20px;  }
div.roundbox { 
	width: 800px; padding: 20px;
    background: #fff; color:#000;
}
div.fun  { margin: 2px; }