.center { 
  font-family: arial;
  color: #000000;
}

.center2 { 
  color: #000000;
  font-family: arial;
  
}  


.center2 a:link {
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.center2 a:visited {
	color: #000000;
	background: transparent;
	text-decoration: none;
}	

.center2 a:hover {
  color: #666666;
  background: #ffffff;
}		
	
body {
  font-family: arial;
  
  background: #FFFFFF;
  
}

a:link {
  color: #000000;
  background: transparent;
  text-decoration: none;
}

a:visited {
  color: #000000;
  background: transparent;
  text-decoration: none;
}

a:hover {
  color: #666666;
  background: #ffffff;
}

a:active {
  color: #000000;
  background: transparent;
}


.center3 { 
  color: #000000;
  font-family: arial;
  
}
  
.center3 a:link {
	color: #666666;
	background: transparent;
	text-decoration: none;
}

.center3 a:visited {
	color: #000000;
	background: transparent;
	text-decoration: none;
}	

.center3 a:hover {
  color: #666666;
  background: #ffffff;
}			

