A 
{
  text-decoration: none;
  color: #666666;
  background-color: transparent;
}
A:hover
{
  color: #FF6600;
  background-color: transparent;
}
A:visited
{
  text-decoration: none;
  color: #558097;
  background-color: transparent;
}
.border
{

  border: #555555 1px solid;

}