@charset   "UTF-8";
 
A{
  color : lime;
}
A:VISITED {
	color: silver;
}
A:HOVER{
  color : aqua;
}
