html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
/* BASE */
::-moz-selection { background: #D6D8D8; color: #000000; text-shadow: none;}
::selection { background: #D6D8D8; color: #000000; text-shadow: none;} 

/* HYPERLINKS */
div a, article a, section a, div article a, div section a, div article section a, div section article a { margin: 0; padding: 0; }
a img { vertical-align: baseline;}

a, a:visited { text-decoration: none; font-weight: normal; outline: none; color: #000000;}
a:hover, a:active { text-decoration: none; color: #8ED4DC;}
a:focus, a:hover, a:active { outline: none; color: #FFF;}
a::-moz-focus-inner {border: 0 none; outline:none;}

/* DEFAULT FONT SETTINGS */
/* Font-size percentage is based on 16px browser default size */
body, button, input, select, textarea, p {font: 11px/1.5em "museo-slab", Georgia, "Times New Roman", Times, serif; *font-size: 0.75em; } /* IE7 and older can't resize px based text */ /* 12px / 16px = 75% */
blockquote, hr, dl, ol, ul, form, table, fieldset, small{ margin: 0 0 0.5em 0; padding: 0;}
div {.no-mpb;}
header, footer, nav, div, section, article {display: block;}

/* TYPOGRAPHY */
h1, h2, h3, h6 {font-weight: normal; font-style: normal; color: #000000;}
ul, blockquote, pre, td, th, label {font-size: 1em; line-height: 1.5em; margin: 0 0 0 0;}
small, p.small, sup {font-size: 0.833333333em; line-height: 1.16666667em;  } 
p { font-size: 1em; line-height: 1.5em; text-align: center; margin: 0 0 0.5em 0; padding: 0;}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

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

del {
    text-decoration: line-through;
}

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

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}