
body {
			background-image: url("/images/sites/1902tavern/background_original.jpg");
				background-repeat: repeat;
		background-color: #6e3234;
}
h1, h2, h3 {
	color: #255140;
}
input.btn {
    color: #ffffff;
    background-color: #6e3234;
    border-top: 2px solid #a06466;
    border-left: 2px solid #a06466;
    border-right: 2px solid #3c0002;
    border-bottom: 2px solid #3c0002;
}
input.btn:active {
    background-color: #6e3234;
    border-top:  2px solid #3c0002;
    border-left:  2px solid #3c0002;
    border-right: 2px solid #a06466;
    border-bottom: 2px solid #a06466;
}
