@charset "utf-8";

.Dark, .Lite { 
  height: 80px;
  padding: 5px; 
  text-align: center;
  vertical-align: middle;
}

.Dark { 
  background-color: #D3E0E4;
}

.Lite { 
  background-color: white;
}

.Link { 
  font-size: 12px;
}

.Name { 
  font-size: 14px;
  font-weight: bold;
}

.Phone { 
  font-size: 12px;
}

