
body {
				background-repeat: no-repeat;
		background-color: #f4e7a7;
}
h1, h2, h3 {
	color: #77250b;
}
input.btn {
    color: #fff;
    background-color: #77250b;
    border-top: 2px solid #a9573d;
    border-left: 2px solid #a9573d;
    border-right: 2px solid #450000;
    border-bottom: 2px solid #450000;
}
input.btn:active {
    background-color: #77250b;
    border-top:  2px solid #450000;
    border-left:  2px solid #450000;
    border-right: 2px solid #a9573d;
    border-bottom: 2px solid #a9573d;
}
