a{
    font-family: 'Montserrat', sans-serif;
    color: #00813b;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
	font-weight:500;
}

a:hover, a:focus, a:active:hover{
    color: #00be56;
	text-decoration:underline;
	font-weight:500;
}