body {
	background: #000;
	color: #fff; }
	
a {
	color: #aaa;
	font-weight: 700; }
	
a:visited {
	font-weight: 0;
	color: #999; }
	
input {
	border: 1px solid #aaa;
	background: #555;
	color: #ccc; }
	
.header {
	display: block;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	width: 100%; }
	
.box {
	display: block;
	border: 1px solid #fff;
	background: #888;
	color: #fff;
	text-align: center; }
	
.footer {
	display: block;
	color: #333;
	font-size: 0.9em;
	text-align: center;
	width: 100%; }
	
.bg1 {
	background:  #676767;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 10px; }
	
.bg2 {
	background: #D2D2D2;
	color: #666;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 10px; }
