@charset "utf-8";
/* CSS Document */
#leftcol{
	margin:1em;
	width:420px;
	float:left;
	text-align: center;
	}
.words{
	padding-top:30px;
	width:350px;
	}
.onemill{
	border:dotted white;
	padding:0.5em;
	}
#rightcol{
	width: 250px;
	margin:1em;
	margin-top:3em;
	margin-bottom:3em;
	float: left;
	text-align: center;
	}
#counter{
	text-align:center;
	clear:both;}
#rightcol h3{
	text-decoration: underline;}
