/* This reset style sheet is a combination of Shaun Inman's and 
Tantek's undohtml.css, both via http://perishablepress.com */
/* -------------------------------------------------------------- */
/* http://si10.shauninman.com */
/* -------------------------------------------------------------- */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.                  */
/* http://creativecommons.org/licenses/by/2.0                     */
/* This style sheet is licensed under a Creative Commons License. */
/* -------------------------------------------------------------- */


/*Ye olde * { margin: 0; padding: 0; }. Even though it costs a few µs performance, it is a rock-solid, easy-to-remember not-even-reset style sheet rule. (Any supposed “havoc” to be indicated to me, please, I don’t know of any even though I use it for far longer than four years.)*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}

:link, :visited {
	text-decoration: none;
	}

a img, :link img, :visited img {
	border: none;
	}