html{
        font-size:100.01%;
}
body{
	width:100%;
	font-size:62.5%; /* Resize text to 1em - 10px */
	line-height:1;
	font-family:Arial,sans-serif;
	color:#000;
	background-color:#fff;
}
input, select, textarea{
        font-size:100%;
}
table{
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:2px;
	border-color:#999;
	font-size:100%;
}
table tr td, table tr th{
	border-color:#999;
}
h1,h2,h3,h4,h5,h6,pre,code,kbd{
	font-size:1em;
}
dl,ul,ol,li,dd,dt,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,table,tr,td,th,fieldset,input{
        margin:0;
        padding:0;
	list-style:none;
}
form label{
        cursor:pointer;
}
fieldset{
        border:none;
}
a img,:link img,:visited img{
	border:none;
}
address,abbr{
	font-style:normal;
}
