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, caption{
	line-height:1.5;
	border: 0;
	outline: 0;
	font-size: 100%;
	-webkit-text-size-adjust:none;
	padding:0px;
	margin:0px;
    font-weight:normal;
}
ol, ul {
	list-style: none;
	padding:0px;
	margin:0px;
}

blockquote, q {
	quotes: none;
}

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

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	padding:0px;
	margin:0px;
	border-collapse: collapse;
	border-spacing:0;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: middle;
}

/* =============================================================================
	HTML5 display definitions
   =============================================================================
*/

article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
	display: none;
}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4* Known issue: no IE6 support */
[hidden] {
	display: none;
}