﻿A:link, A:visited, A:active 
{
		Color:Black ;
		text-decoration:none;    
}
A:hover 
{
    text-decoration:none; 
    color: White ;
}