
a. {
	TEXT-DECORATION: none}


a:link
{text-decoration: none;
color: black;
background-color: white;}

a:visited
{text-decoration: none;
color: black;
background-color: white;}

a:hover
{text-decoration: none;
color: black;
background-color: lightblue;}

a:active
{text-decoration: none;
color: black;
background-color: lightblue;}a:visited    { color: #000000 }


a.{
text-decoration: none;

}