reset.css 222 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 * { margin: 0; padding: 0; border: none; } a { text-decoration: none; color: #005ea7; } ul { list-style: none; } em { font-style: normal; } .money { color: #f60; margin-right: 5px; font-weight: bold; }