/**
 * CSS Reset Stylesheet
 *
 * Used to reset all the elements in web browsers
 * to the same measurements. This helps level the
 * playing field and allows better control for
 * making stylesheets from scratch.
 *
 * @author      Jason Ashdown <jason.ashdown@futurenet.com>
 * @department  Digital Studio
 * @copyright   Future Publishing Ltd. copyright (c) 2011
 * @version     0.3
 *
 * @changelog   0.1 - Initial Release
 *              0.2 - Added "font-weight: normal" to main list
 *				0.3 - Corrected outline use on links
 *					  @see http://24ways.org/2009/dont-lose-your-focus
 */

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 {
    background: transparent;
	border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
a:hover, a:active {outline: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* The below restores some sensible defaults */
strong {font-weight: bold;}
em {font-style: italic;}
/*
     FILE ARCHIVED ON 06:01:38 Feb 02, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:49:48 Jun 10, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/