/*-----------------------------------------------
Title: Reset Style Sheet
Author: Bradford Dielman (http://braddielman.com)
Date: [enter the last date of edit here]
Credits: Thanks to Eric Meyer and HTML5 Doctor
-----------------------------------------------*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption  {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
line-height: 1;
color: #333;
background: #fff;
}
del {text-decoration: line-through;}
ins {
background-color: #eee;
text-decoration: none;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted #999;
cursor: help;
}
ol, ul {list-style: none;}
input, select {vertical-align: middle;}
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
