﻿.greenText 
{
    color: #8fbf30;
}

.greenText a 
{
    color: #8fbf30;    
	text-decoration:none;
}

.greenText a {
	color:#8fbf30;
	text-decoration:none;
}
.greenText a:link {
	color:#8fbf30;
	text-decoration:none;
}
.greenText a:active {
	color:#8fbf30;
	text-decoration:none;
}
.greenText a:visited {
	color:#8fbf30;
	text-decoration:none;
}
.greenText a:hover {
	color:#7096bf;
	text-decoration:none;
}