/* t1.css - HTML */ body { font-family: Arial, sans-serif; background-color: white; color: black; margin: 500; padding: 20px; } button { padding: 5px 15px; border: 1px solid #000; background-color: white; cursor: pointer; } table { width: 100%; border-collapse: collapse; border: 1px solid #000; }