```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 20px;
}
h1 {
textalign: center;
}
table {
width: 100%;
bordercollapse: collapse;
margintop: 20px;
}
th, td {
padding: 10px;
textalign: left;
borderbottom: 1px solid ddd;
}
th {
backgroundcolor: f2f2f2;
}
Position | Team | Played | Won | Drawn | Lost | Goals For | Goals Against | Goal Difference | Points |
---|---|---|---|---|---|---|---|---|---|
1 | Team A | 38 | 28 | 6 | 4 | 82 | 30 | 52 | 90 |
2 | Team B | 38 | 27 | 7 | 4 | 75 | 34 | 41 | 88 |
3 | Team C | 38 | 24 | 8 | 6 | 70 | 40 | 30 | 80 |