```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 0;
backgroundcolor: f4f4f4;
}
.container {
maxwidth: 800px;
margin: 20px auto;
padding: 20px;
backgroundcolor: fff;
borderradius: 8px;
boxshadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
textalign: center;
color: 333;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
padding: 10px;
borderbottom: 1px solid ddd;

textalign: left;
}
th {
backgroundcolor: f2f2f2;
}
tr:hover {
backgroundcolor: f9f9f9;
}
| Season | Champion | Runnerup |
|---|---|---|
| 19921993 | Manchester United | Aston Villa |
| 19931994 | Manchester United | Blackburn Rovers |
| 19941995 | Blackburn Rovers | Manchester United |
| 19951996 | Manchester United | Newcastle United |
| 19961997 | Manchester United | Newcastle United |
| 19971998 | Arsenal | Manchester United |
| 19981999 | Manchester United | Arsenal |
| 19992000 | Manchester United | Arsenal |
| 20002001 | Manchester United | Arsenal |
| 20012002 | Arsenal | Liverpool |
| 20022003 | Manchester United | Arsenal |
| 20032004 | Arsenal | Chelsea |