Important Meeting Notice

Due to the utter lack of productivity and excessive coffee consumption, we are calling an extra meeting to discuss why we're not getting anything done.

Attendees:

Agenda:

View Committee Members' Contact Info View Meeting Agenda View Meeting Minutes
#style.css# body { background-color: #f0f0f0; background-image: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%); background-size: 100% 100px; background-repeat: no-repeat; } h1 { color: #ff0000; font-size: 24px; margin-bottom: 10px; text-align: center; } h2 { color: #000000; font-size: 20px; margin-bottom: 10px; border-bottom: 4px solid #000000; } body * { box-sizing: border-box; border: 1px solid #000000; margin: 10px; } p { margin-bottom: 20px; border-bottom: 4px solid #000000; } ul { list-style-type: none; padding: 0; margin: 0; } li { display: inline; padding: 0; margin: 0; border-bottom: 4px solid #000000; } a { color: #00ff00; text-decoration: none; } a:hover { color: #00ff00; background-color: #000000; border: 4px solid #000000; padding: 8px 16px; } a:hover, a:active { background-color: #000000; border: 4px solid #000000; }