.button {
background: #002F47;
border: none;
padding: 4px;
width: 150px;
border-radius: 3px;
color: #fff;
font-size: 13px;
font-weight:bold;
margin: 1px;
}
.button:hover {
background: #9D8B47;
color: #fff;
cursor: pointer;
}
.background {
  background-color: #D3DAD8;
}
.button:active {
	position:relative;
	top:1px;
}

.button2 {
background: #D3DAD8;
border: none;
padding: 4px;
width: 150px;
border-radius: 3px;
color: #144E79;;
font-size: 13px;
font-weight:bold;
margin: 1px;
}
.button2:hover {
background: #D3DAD8;
color: #668290;
cursor: pointer;
}
.background {
  background-color: #D3DAD8;
}
.button2:active {
	position:relative;
	top:1px;
}

.button3 {
background: #8A0101;
border: none;
padding: 4px;
width: 150px;
border-radius: 3px;
color: #fff;;
font-size: 13px;
font-weight:bold;
margin: 1px;
}
