.active, .passive{
display: inline-block;
width: 147px;

text-decoration:none;
margin-left: 10px;
text-align: left;
margin-bottom: 15px;
border: 2px solid #a42d2e;
padding: 8px 10px;
font-weight: bold;
color: #a42d2e;
 border-radius: 3px;
}

.active {
	background: #a42d2e;
	color: #fff;
	
}

h1 {
	color: #a42d2e;
	text-align: center;
	
}

.passive {
 background: #fcd9d9;
	color: #a42d2e;
}
