/* Links Standard (Green) */

a:link
{color : #00CC00;
text-decoration: none;
}

a:visited
{color : #CCCCCC;
text-decoration: none;
}

a:active
{color : #00CC00;
text-decoration: none;
}

a:hover
{color : #00CC00;
text-decoration: overline underline;
}

/* Links Green */

a.gre:link
{color : #00CC00;
text-decoration: none;
}

a.gre:visited
{color : #CCCCCC;
text-decoration: none;
}

a.gre:active
{color : #00CC00;
text-decoration: none;
}

a.gre:hover
{color : #00CC00;
text-decoration: overline underline;
}

