body { font-family: Arial, sans-serif; margin:0; padding:0; background:#f9f9f9; color:#333; }
header { text-align:center; padding:40px; background:#004aad; color:#fff; }
.logo { max-width:120px; margin-bottom:10px; }
h1 { margin:10px 0; }
.coverage { padding:20px; max-width:600px; margin:20px auto; background:#fff; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.1); }
.coverage h2 { text-align:center; }
.coverage ul { list-style:none; padding:0; }
.coverage li { margin:10px 0; text-align:center; }
.coverage a { text-decoration:none; color:#004aad; font-weight:bold; }
footer { text-align:center; padding:20px; font-size:0.9em; background:#eee; }