 body {
	 background: #e38279;
	 color: #520A0D; }
	 
a {
	color: #801614; }
	
a:visited {
	color: #D43538; }
	
input {
	border: 1px solid #520A0D;
	background: #D43538
	; color: #601614; }
	
.box {
	display: block;
	border: 1px solid #000;
	background: #600;
	color: #fff ;
	text-align: center; }
	
.header {
	display: block;
	color: #600;
	font-size: 1.3em;
	text-align: center;
	width: 100%; }
	
.footer {
	display: block;
	color: #C33;
	font-size: 0.9em;
	text-align: center;
	width: 100%; }
	
.bg1 {
	background: #F99;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 10px; }
	
.bg2 {
	background:  #F97;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 10px; }
