/* v1.0 */

/* resets */
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* fonts */
body {font:10px arial,helvetica,clean,sans-serif;}
body * {line-height:1.2em;}
table {font-size:inherit;font:100%;}
select, input, textarea, pre, code {font:99% arial,helvetica,clean,sans-serif;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}

/* fix for firefox scrollbar */
html
{
	height: 100%; margin-bottom: .01em;
}

/* fix for firefox outline on image with hyperlinks */

a
{
	outline: none;
}