css /* styles.css */ body { background-color: #f7f7f7; font-family: 'Arial Black', Arial, sans-serif; font-size: 12pt; font-weight: bold; line-height: 1.5; margin: 0; padding: 0; } h1 { font-size: 36pt; font-weight: bold; color: #ff0000; border-bottom: 4px solid #333333; } h2 { font-size: 24pt; font-weight: bold; color: #33cc33; border-bottom: 4px solid #000000; } p { font-size: 10pt; color: #000000; margin-bottom: 10pt; line-height: 1.5; border-bottom: 4px solid #000000; } a { text-decoration: none; color: #000000; border-bottom: 2px solid #333333; transition: all 0.2s ease-in-out; } a:hover { color: #000000; border-bottom: 4px solid #000000; } /* Styles for /team/steve/taco-truck-takedown */ #taco-truck-takedown { background: #333333; color: #ffffff; width: 100%; } #taco-truck-takedown h1 { color: #ff0000; border-bottom: 4px solid #333333; } #taco-truck-takedown p { color: #ffffff; margin-bottom: 10pt; line-height: 1.5; border-bottom: 4px solid #000000; } #taco-truck-takedown a { color: #ffffff; border-bottom: 2px solid #333333; }