.map {
	border: 4px inset #CCCCCC;
}
.button {
	font-family: "Courier New", Courier, mono;
	background-color: #E0D3B4;
	border: 3px outset;
	font-weight: bolder;
}
.button1 {
	font-family: "Courier New", Courier, mono;
	font-weight: bolder;
	background-color: #E0D3B4;
	border-top: 3px solid #E0D3B4;
	border-right: 3px solid #E0D3B4;
	border-bottom: 3px solid #D1BE92;
	border-left: 3px solid #D1BE92;
}
.logout {
	background-color: #D3C295;
	border: 3px dotted #333333;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
