/*   standardise-css-README.php
MEYER version 15 Jan 2008
Remember:
1. Define focus styles
2. Highlight inserts by some other method  (ins)
3. Tables still need 'cellspacing="0"' in html markup 
Removed:  	font-weight:inherit; font-style: inherit; font-family:inherit;
			color:black;background:white;
			blockquote:before, blockquote:after,q:before, q:after {content: "";} 
			text-align: left;  
NOTEs:
I really like the the :focus outline reset. I don’t know if I’ll reset all links, but for larger items like masthead links, this will be great.    */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;} ol, ul {list-style:none;} blockquote, q {quotes:none;} :focus {outline:0;} ins {text-decoration:none;} del {text-decoration:line-through;} table {border-collapse:collapse;border-spacing:0;}
/* my additions */
a img {border:none;}
h1, h2, h3, h4, h5, h6 {padding:0.4em 0 0.4em 0;}
p {margin-top:1em;}
body {line-height:1.2;}
ul {list-style: disc outside;margin:1.2em;padding:.1em 1em;}