body{
	color: #180e01;
	background: #dcc3a2;
	font-family:  Arial;
	font-size: 11px;
}

a { color:#1e0c48;
text-decoration: none	}
 
a:hover { text-decoration: underline }

.top {
	font-weight: bold; 
	background-color: #af926c; 
	border: 1px solid #180e01; 
	width: 100%;
	color: #180e01;
	font-size: 12px;
	text-align: center
}

img { border: 1px solid #5d401a;
margin: 1px	}

input,select { 
	background: #efdcc3;
	border: 1px solid #180e01; 
	padding: 1px;
	margin: 0px;
	font-size: 11px;
}

hr { 	background: #000;
	padding: 0px;
	margin: 2px;
}
 .center { text-align:center;}
  .left { text-align:left;}