body {
	background: #000;
	color: #3a3; }
	
a {
	color: #0a0;
	font-weight: 700; }
	
a:visited {
	font-weight: 0;
	color: #5a5; }
	
input {
	border: 1px solid #3a3;
	background: #333;
	color: #3a3; }

.header {
	display: block;
	color: #39D942;
	font-size: 1.3em;
	text-align: center;
	width: 100%; }
	
.box {
	display: block;
	border: 1px solid #34BF3D;
	background: #666 ;
	color: #34BF3D ;
	text-align: center; }
	
.footer {
	display: block;
	color: #1F6920;
	font-size: 0.9em;
	text-align: center;
	width: 100%; }
	
.bg1 {
	background: #333;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 10px; }
	
.bg2 {
	background: #666 ;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 10px; }