/* CSS Document */


#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers caption {
    padding: 15px;
    }

#customers tr:nth-child(even){background-color: #AFC8D1;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #F3ECBD;
  color: white;
}
#customers h2 {
	text-align: center;
}
td  a:hover {
     background-color: #F3F234;
}
td a:visited {
    color:orangered;    
}
td a:link {color:#C46868;}

.text {text-align: center;
        color:chocolate;
    text-shadow: 1px 2px 1px black;
}
/*tfoot td {
    text-align: center;    
}

tfoot {
    color: indianred;
    
    
}*/
/*
td  a {
    color: black;
    
}

*/
