```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 20px;
}
h1 {
textalign: center;
marginbottom: 20px;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
border: 1px solid ddd;
padding: 8px;
textalign: left;

}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f9f9f9;
}
.rank {
width: 5%;
}
.company {
width: 40%;
}
.performance {
width: 30%;
}
.rating {
width: 25%;
}
Insurance Performance Rankings
Rank | Insurance Company | Performance Metrics | Rating |
---|---|---|---|
1 | ABC Insurance | Claims Ratio: 85%, Customer Satisfaction: 92% | A |
2 | XYZ Insurance | Claims Ratio: 90%, Customer Satisfaction: 88% | A |
3 | Insurance Co. | Claims Ratio: 88%, Customer Satisfaction: 85% | A |
4 | Insurance Group | Claims Ratio: 82%, Customer Satisfaction: 90% | B |
5 | Insure Corp | Claims Ratio: 87%, Customer Satisfaction: 82% | B |