h1, h2, h3, h4, h5, h6, a {
    color: #6eb700;
}

.green_text {
    color: #6eb700;
}

.green {
    background: #6eb700;
    background: -moz-linear-gradient(top, #6eb700 0%, #8fc800 100%);
    background: -webkit-linear-gradient(top, #6eb700 0%, #8fc800 100%);
    background: linear-gradient(to bottom, #6eb700 0%, #8fc800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6eb700', endColorstr='#8fc800', GradientType=0);
    color: white;
    border-color: #6eb700;
}

.green:hover {
    border-color: #6eb700;
}
