/* here you can put your own css to customize and override the theme */
.alink {
	color: black;
    cursor: pointer;
}
.alink, .alink:focus, .alink:hover, .alink:active {
	outline: 0;
 	text-decoration: none;
}
.alink:hover {
	color: #3cb371;
	text-decoration: underline;
}

.img-green{
    color:#77dd77;
}