Body{
	font-family : Arial, Helvetica, sans-serif;
}

A.one  {
      color : white;
	text-decoration : none;
	font : bold;
}

A.one:Visited  {
	text-decoration : none;
	font : bold;
}

A.one:Hover  {
	color : black;
	text-decoration : none;
	font : bold;
	background-color : white;
}

