/* Reset styles
*******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,em,img,strong,dl,dt,dd,ol,ul,li,
fieldset, form,label,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {outline: 0;}
th,td {text-align:left;}
body {
    line-height: 1;
	font-size: 62.5%;
	text-align: left;
	color:#000;
	background:#fff;
}
ol, ul {list-style: none;}
img {vertical-align:middle; outline:0}
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}