body {
	background-color: #3a3a3a;
}
.border {
	border: thin solid #271606;
}
.box1 {
	background-color: #fffde4;
	border: 1px solid #ccc995;
}
.box2 {
	background-color: #f2f0d2;
	border: 1px solid #ccc995;
}
.btext{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #553B22;
	text-decoration:none;
	}
	.btext:hover{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #382009;
	text-decoration:none;
	}
.text {
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #3E1F00;
	text-decoration: none;
	font-size: 11px;
}
.input {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #000000;
	border: 1px solid #828274;
}
.button {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	background-color: #828274;
	border: 1px solid #5D5D4D;
	font-size: 11px;
	font-weight: bold;
}
