a
{
 color: green;
 text-decoration: none;
}
a:hover
{
 color: green;
 text-decoration: underline;
}

}

