a {
text-decoration:none;
color:blue;
}
a:active, a:hover {
text-decoration:underline;
color: green;
}
a:link, visited {
text-decoration:none;
}
