table{
border-collapse: collapse;
border: solid 2px orange;
}
table th, table td{
border: solid 1px black;
}
table th{
font-weight: bold;
color: rgb(255, 125, 100);/*•¶Žš*/
background: #fff5e5;/*”wŒi*/
}
table td{
color: black;
background: #fff;
}body{
margin: 10%;
}