/* Simple CSS reset */
* { margin: 0; padding: 0; }
html, body { font-size: 100%; }
textarea { resize: vertical; }