/*  -------------------------------------------------------------
    * Filename:     reset.css
    * Description:  Reduces browser inconsistencies
    * Version:      1.0
-------------------------------------------------------------- */

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,hr,img,ins,kbd,q,s,samp,
small,strike,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,input,textarea
table,caption,tbody,tfoot,thead,tr,th,td{
    border:0;
    margin:0;
    outline:0;
    padding:0;
}
:focus{outline:0;}
a img,:link img,:visited img{border:0;}
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:underline;}
a,button{cursor:pointer;}
address{font-style:normal;}
blockquote,q{quotes:none;}
body{line-height:1;font-size:100.01%;}
del{text-decoration:line-through;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
ins{text-decoration:none;}
input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit;text-align:left;}
ol,ul,li{list-style:none;list-style-position:outside;}
sub{vertical-align:text-bottom;}
sup{vertical-align:text-top;}
table{border-collapse:collapse;border-spacing:0;}
textarea{overflow:auto;}
