1body { 2 font-family: "Trebuchet MS", Arial, sans-serif; 3} 4table, th, td { 5 border: 1px solid #D4E0EE; 6 border-collapse: collapse; 7 color: #555; 8} 9 10td, th { 11 padding: 4px; 12} 13 14thead { 15 text-align: center; 16 background: #E6EDF5; 17 color: #4F76A3 18} 19 20th { 21 text-align: left; 22} 23 24div { 25 padding: 10px; 26} 27