	.button {
		background-color: #2e6a32;
		border: none;
		color: white;
		padding: 2px 5px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 12px;
		/*margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;*/
		margin-left: 5px;	
		cursor: pointer;
		font-weight: 400;
		border-radius: 8px;
	}
	.button2 {background-color: #DE4F2F; color: yellow; border-radius: 5px;} 
	.button3 {background-color: #FFA500; color: #fff; font-weight: 600; font-size: 12px; text-decoration: underline; border-radius: 5px;} 